This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]