This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: native or cross libssp?
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: Michael Eager <eager at eagercon dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 2 Aug 2006 08:51:22 +1000
- Subject: Re: native or cross libssp?
- References: <44CFBD4A.7010604@eagercon.com>
> As DJ noted, configure in libssp is trying to create an executable
> when building a cross-gcc.
Yes, I struck this recently myself.
> What is the resolution: build with --disable-libssp (or add it to
> the noconfigdirs list) or fix libssp/configure?
The former will be far easier, unless you desparately want ssp support
for your target. libssp's configure script checks for certain
behaviour from vsnprintf and needs to run the test program to
determine that.
Ben