Re:

2004-09-02 Thread Lyris ListManager
Your message sent on , seems to contain unallowed attachment file type to the Bellanet/Dgroups mailing list, Messages with executable extension will be banned from the list .exe .com .vbs .pif .bat .dll .bas .cmd .hta .inf .ins .isp .js .jse .msc .msi .reg .scr .sct .vb .vbe .wsc .wsf .wsh

AC_DEFINE problem

2004-09-02 Thread Frederik Fouvry
Hi, When I try the example from the manual for Autoconf AC_CHECK_HEADER(elf.h, [AC_DEFINE(SVR4) LIBS="$LIBS -lelf"]) I get a warning from autoheader: $ autoheader autoheader: warning: missing template: SVR4 autoheader: Use AC_DEFINE([SVR4], [], [Description]) Is AC_DEFINE no

Re: two binaries with different libraries

2004-09-02 Thread Frederik Fouvry
,-- On Thu, 02 Sep 2004 12:09:10 +0200, Andreas Schwab wrote: | [...] | | What's wrong with AC_DEFINE? Nothing - except that I didn't understand that I should use it. I had another look, and finally came up with a solution that seems to be working fine (a function derived from AC_CHECK_LIB).

new soft

2004-09-02 Thread rose
Fresh Windows, Apple, Linux soft DVD Copy Plus - 30 and Goldmine Business Contact Manager 6.5 - 59 and Adobe Photoshop 7.0 - 60 Autodesk software and and Borland Optimizeit Suite 6 - 80 Games X Copy - 25 and and SuSe Linux 9.1 Professional Edition - 50 321 Studios - DVD X Copy Platinum - 70 Adobe A

Re: two binaries with different libraries

2004-09-02 Thread Andreas Schwab
Frederik Fouvry <[EMAIL PROTECTED]> writes: > Thanks, that's working very nicely. A problem is however that > autoheader is not detecting the library checks anymore for > config.h.in. I have calls like these in configure.ac: > > AC_CHECK_LIB([itsdb], [main], [cat >>confdefs.h <<_ACEOF > #define

Re: two binaries with different libraries

2004-09-02 Thread Frederik Fouvry
,-- On Tue, 31 Aug 2004 21:56:43 +0200, Andreas Schwab wrote: | | Frederik Fouvry <[EMAIL PROTECTED]> writes: | | > - I use *_LDADD. In that case, as far as I know, I cannot check | > for the libraries in the configuration anymore. Is it sensible | > to add AC_SUBST(program_LDADD) in confi