Re: APBuild

"Isak Savo" <[email protected]> Fri, 7 Nov 2008 22:21:49 +0100
Newsgroups gmane.comp.autopackage.devel
Message-ID <[email protected]>
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]