LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   autotools (https://www.linuxquestions.org/questions/programming-9/autotools-527003/)

sergio21 02-09-2007 07:04 AM

autotools
 
1 how can I check whether there is the C++ libs, and how can I see ehar functions export yhis so or la library? for exsample: lib - xml++, AC_CHECK_LIB(xml++-2.6, and_what_function_wtite_here)
2 and how to add my own m4 macros: AX_LIB_ORACLE_OCI
http://ac-archive.sourceforge.net/ac...racle_oci.html

thnks in advanced

gnashley 02-09-2007 09:03 AM

Are you using autotools? Last I knew they were outdated, writing stuuf for automake-1.4 which won't work anymore. I was using it for awhile to fix-up a few source packages didn't use autoconf.

If you need to write your own macros and stuff, the best way is probably to study or plagiarize other source packages.

grumpf 02-10-2007 09:15 AM

The autotools are alive and happy:

for help see:
http://autotoolset.sourceforge.net/tutorial.html


and maybe your macros are already written:
http://ac-archive.sourceforge.net/

the autoconf macro archive scripts ready to use


All times are GMT -5. The time now is 09:10 AM.