RE: APBuild
Yann Hamiaux <[email protected]> Fri, 7 Nov 2008 17:22:19 -0500
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
Thank you very much! :) It does work! I still have an unreference to main when I compile the library with apgcc and apg++ at the linker stage. I am trying to compile it with APBuild but to link using gcc/g++... ---Yann> Date: Fri, 7 Nov 2008 22:21:49 +0100> From: [email protected]> To: autopackage-dev-OfajU3CKLf1/[email protected]> Subject: Re: APBuild> > On Fri, Nov 7, 2008 at 10:11 PM, Yann Hamiaux <[email protected]> wrote:> >> > __strcat_chk@GLIBC_DONT_USE_THIS_SYMBOL> > and all sprintf, printf, strcat, strcpy, ...> >> > I got that error under Ubuntu 8.10 (gcc/g++ v4.3.2) and linux-libc-dev> > 2.6.27-7.16.> > This is because gcc is inserting a special version of the string> utility functions (to enhance security).> > Try passing -D_FORTIFY_SOURCE=0 as a compiler flag when you're building:> export CFLAGS=-D_FORTIFY_SOURCE=0; ./configure> > (or modify the Makefile directly if you're not using autotools)> > -Isak> > ---------------------------------------------------------------------> To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/[email protected]> For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/[email protected]> _________________________________________________________________