Re: gcc error: ld cannot find user32 (w32api package installed)

2002-03-20 Thread Christopher Faylor
On Wed, Mar 20, 2002 at 03:28:46PM -0800, Luke J Crook wrote: >>> From: "Edward M. Lee" >>> To: "'Jeremy Hetzler'" >>> Date: Tue, 19 Mar 2002 22:42:38 -0500 > >>> Try removing the ./ from the w32api-1.2.1.tar.bz2 package, then >>> reinstall. > >>> Or just tar -C / path/to/w32api-1.2.1.tar.bz2

RE: gcc error: ld cannot find user32 (w32api package installed)

2002-03-20 Thread Luke J Crook
>> From: "Edward M. Lee" >> To: "'Jeremy Hetzler'" >> Date: Tue, 19 Mar 2002 22:42:38 -0500 >> Try removing the ./ from the w32api-1.2.1.tar.bz2 package, then >> reinstall. >> Or just tar -C / path/to/w32api-1.2.1.tar.bz2 I don't understand. I'm having the same problem, and I installed Cyg

RE: gcc error: ld cannot find user32 (w32api package installed)

2002-03-19 Thread Edward M. Lee
PROTECTED] Subject: gcc error: ld cannot find user32 (w32api package installed) Installed packages include cygwin 1.3.10-1, binutils 20011002-1, gcc 2.95.3-5, and w32api 1.2-1. gcc and cygcheck output follows. $ cat hello.c #include int main() { printf("Hello World!\n");

gcc error: ld cannot find user32 (w32api package installed)

2002-03-19 Thread Jeremy Hetzler
Installed packages include cygwin 1.3.10-1, binutils 20011002-1, gcc 2.95.3-5, and w32api 1.2-1. gcc and cygcheck output follows. $ cat hello.c #include int main() { printf("Hello World!\n"); return 0; } $ gcc -v -o hello hello.c Reading specs from /usr/lib/gcc-lib/i686-pc-c