Results 1 to 1 of 1
Hello,
I have following problem. My program uses mysqlclient library which is stored at different paths for 32-bit and 64-bit environments (/usr/lib/mysql or /usr/lib64/mysql respectively). I need to create standard ...
- 02-13-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 1
Autotools and 32/64-bit libs
Hello,
I have following problem. My program uses mysqlclient library which is stored at different paths for 32-bit and 64-bit environments (/usr/lib/mysql or /usr/lib64/mysql respectively). I need to create standard build scripts using autoconf and automake.
What is the best ans standard way to configure either autoconf or automake to automatically determine path to mysql library?
Thanks for any answer.
Kind regards,
Vojta


Reply With Quote