![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pro*c compilation error | satvd | Shell Programming and Scripting | 1 | 05-21-2008 03:47 AM |
| pro*c compilation error | satvd | High Level Programming | 0 | 05-21-2008 02:04 AM |
| Compilation error | mansoorulhaq | High Level Programming | 3 | 10-23-2007 05:01 AM |
| compilation error | smanu | High Level Programming | 2 | 12-29-2006 06:11 AM |
| Regarding compilation error. | sweta | High Level Programming | 1 | 12-10-2006 07:30 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
compilation error while using cygwin
Hello,
I am trying to compile a C program from Cygwin and it gives ld: not found -user32 error .. I searched for library libuser32.so and was not able locate it.. When i create only object file using gcc -c option it gets created successfully .. When i use gcc -o option , executable is not getting created. I am using gcc on AMD-Dual core(64 bit process) with Windows vista. Any help is appreciated.. Thanks! Shafi |
| Forum Sponsor | ||
|
|
|
|||
|
$ gcc -v
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure --ver bose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libe xecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-langu ages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext -- enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java- awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-thre ads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptio ns --enable-hash-synchronization --enable-libstdcxx-debug Thread model: posix gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|