This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Linker ignores library path
- From: "Kartik Jayaraman" <kartikj at geometricsoftware dot com>
- To: "Markus Gerwinski" <markus at gerwinski dot de>, <gcc-help at gcc dot gnu dot org>
- Date: Tue, 11 Mar 2003 18:28:44 +0530
- Subject: RE: Linker ignores library path
Hi Markus,
>>grep: /usr/lib/mysql/libmysqlclient.la: No such file or directory
Probably the make file is "grep"ing for the .la file in /usr/lib/mysql. I
guess by changing the makefile to grep for the .la in /usr/local/lib/mysql,
should fix this.
Hope this helps.
-Kartik