Makefile for lib64 libraries

Steve Searle steve at stevesearle.com
Thu Dec 3 20:02:59 UTC 2009


I have just upgraded to 64-bit Fedora, and have a mysql appliation where
the build fails with:

/usr/bin/ld: cannot find -lmysqlclient

I know that this is because the library is in lib64, and my Makefile.am
contains:

bin_PROGRAMS = scraperes
scraperes_SOURCES = main.cpp ...
AM_CPPFLAGS = -I/usr/include/mysql
AM_LDFLAGS = -L/usr/lib/mysql -lmysqlclient

I know I can edit this to have lib64, but what can I do to make it work
for both 64-bit and 32-bit operating systems?

Steve

-- 
 
(o<     www.stevesearle.com
//\     Powered by Fedora
V_/_    No MS products were used in the creation of this message

 19:59:42 up 28 days,  1:16,  2 users,  load average: 0.11, 0.10, 0.09
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20091203/56f4452f/attachment-0001.sig>


More information about the fedora-list mailing list