Hurra!

2002-04-12 Thread Norbert
Title: eMail -- STOP -- Zahlen Sie nicht länger 3,65 DM/Min für geile SexShows im Internet ! Unsere Zugangssoftware ist 100%ig KOSTENLOS ! Wie bieten Ihnen über 20.000 private Bilder von Frauen, über 1000 Sex Videos zum Downloaden, Live Shows mit Webcam und Chat und das Beste: Sehr viele

AM_CFLAGS usage

2006-06-10 Thread Norbert Sendetzky
Thanks for your help Norbert -- OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc pgpxkPTCwaabm.pgp Description: PGP signature

AM_CFLAGS usage

2006-06-11 Thread Norbert Sendetzky
Thanks for your help Norbert -- OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc pgpT9rYZMha6u.pgp Description: PGP signature

Re: AM_CFLAGS usage

2006-06-12 Thread Norbert Sendetzky
Hi Ralf > > Norbert Sendetzky wrote: > > > This works, but as soon as I move AM_CFLAGS to the Makefile.am in the > > > parent directory, they aren't set any more. Is this the way it was > > > intended and the only way to set them globally is to AC_SUBST the

Re: AM_CFLAGS usage

2006-06-12 Thread Norbert Sendetzky
si -pedantic" > > is what Ralf W. is referring to. Ralf (Wildenhues) refers to OVERRIDING flags set if I understood him correctly. If rewrite my files to support only ./configure CFLAGS="-Wall -ansi -pedantic" these flags are never set by default if only ./configure is called. Norbert -- OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc pgp5924OffuBx.pgp Description: PGP signature

Building a static library consisting of libraries

2006-06-12 Thread Norbert Sendetzky
way to get around this? Thanks for any suggestions Norbert -- OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc pgpTcNKalokHW.pgp Description: PGP signature

Re: AM_CFLAGS usage

2006-06-12 Thread Norbert Sendetzky
dhat.com/automake/automake.html and in the autobook is only a short notice about this http://sources.redhat.com/autobook/autobook/autobook_281.html Google does also not reveal any useful information on the first pages. Norbert -- OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc pgpYjcZMRwCrQ.pgp Description: PGP signature

Re: Building a static library consisting of libraries

2006-06-12 Thread Norbert Sendetzky
test-static odbx-regression.o ../lib/libopendbx.a ../lib/libopendbx.a(libopendbx_a-odbxlib.o):(.data+0x4): undefined reference to `mysql_odbx_ops' Thanks for any help Norbert -- OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc pgp53hP3yyoms.pgp Description: PGP signature

Libraries in non-standard locations

2006-06-12 Thread Norbert Sendetzky
stem is Debian Etch with automake 1.9.6 but this appeared also on RHEL/CentOS 4 Thank you for any hints Norbert -- OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc pgp7bb4R3tzLM.pgp Description: PGP signature

Re: Building a static library consisting of libraries

2006-06-13 Thread Norbert Sendetzky
ding libopendbx (only with that name) in a shared and static version. That was the main point I never found in the docs. Norbert -- OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc pgp76GMCpEQaZ.pgp Description: PGP signature

Re: Building a static library consisting of libraries

2006-06-14 Thread Norbert Sendetzky
On Tuesday 13 June 2006 10:32, Norbert Sendetzky wrote: > But that would create two separate libraries (libopendbx and > libopendbx-static) instead of building libopendbx (only with that name) in > a shared and static version. Does nobody have an idea how this could be done? Norbert --