[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] GCC Problems
- Subject: [ale] GCC Problems
- From: dhamm at itserve.com (David Hamm)
- Date: Mon, 17 Jun 1996 14:27:35 -0400
I can't seem to make gcc pickup up the lib listed on the following line. =
I've checked the man pages and I seem to have the correct switches and =
the file does exist.
gcc -L /usr/local/Minerva/lib -l libmsql.a tests.c
The result I get from the above command line is.
gcc: libmsql.a: No such file or directory =20
If type "ls -l /usr/local/Minerva/lib/libmsql.a", I can see the file and =
I can cat it. Any ideas would be appreciated.
Thanks
David