GnuTLS 2.3.5 / GCC-3.4.x build problem
Simon Josefsson
simon at josefsson.org
Wed Apr 16 15:11:57 CEST 2008
Kris Karas <ktk at enterprise.bidmc.harvard.edu> writes:
> Hi Simon,
>
> Just wanted to report a build problem with the newest GnuTLS 2.3.5.
> When in concert with gcc-3.4 (as found on, for example, Slackware 11)
> the build bombs out as evidenced here:
>
> Making all in src
> make[3]: Entering directory `/var/tmp/slackbuild/gnutls/gnutls-2.3.5/guile/src'
> /usr/bin/guile-snarf -o core.x core.c -DHAVE_CONFIG_H -I../../includes -I../../includes -I../.. -I. -g -O2 -pipe -Wno-strict-prototypes -fgnu89-inline -pthread
> cc1: error: unrecognized command line option "-fgnu89-inline"
> make[3]: *** [core.x] Error 1
> make[3]: Leaving directory `/var/tmp/slackbuild/gnutls/gnutls-2.3.5/guile/src'
> <snip>
> make: *** [all] Error 2
>
>
> The build works just fine with gcc-4.x.x
Hi! Thanks for the report. I think our configure.in needs to test
whether -fgnu89-inline is available before using it. I'll try to fix
this.
/Simon
More information about the Gnutls-devel
mailing list