Hi, I'm trying to build a hardened toolchain for my SESUSE project. I took gcc-4.1 from Factory because it includes SSP and built the RPMS, created a repository with this and add it to Yast Installation Sources. y2pmbuild is installing it correctly but it doesn't want to install gettext-devel. I took binutils and gettext and packaged them and everything is installing fine, but I get the following error: checking for C compiler default output file name... configure: error: C compiler cannot create executables How should I solve this? These are the version used: gcc-4.1.0_20051104-3.SESUSE.1.i586.rpm, binutils-2.16.91.0.2-8.SESUSE.1.i586.rpm, gettext-0.14.3-6.SESUSE.1.i586.rpm. The spec are almost unmodified. I only added Packager: and a Changelog entry and changed the Release:. Cheers, -- Damian Mihai Liviu Mobile: +40 741 226993; Fax: +1 347-632-4117 Phone : +1 360-526-6441; +1 347-632-4117; +44 0870-3403339 URL: http://liviudm.blogspot.com
Hi, On Wednesday, November 16, 2005 at 11:24:20, Damian Mihai Liviu wrote:
I'm trying to build a hardened toolchain for my SESUSE project. I took gcc-4.1 from Factory because it includes SSP and built the RPMS created a repository with this and add it to Yast Installation Sources. y2pmbuild is installing it correctly but it doesn't want to install gettext-devel. I took binutils and gettext and packaged them and everything is installing fine, but I get the following error: checking for C compiler default output file name... configure: error: C compiler cannot create executables How should I solve this?
You look into config.log and figure out what you broke... Henne -- Henne Vogelsang, Subsystems "Rules change. The Game remains the same." - Omar (The Wire)
On Wednesday 16 November 2005 12:16, Henne Vogelsang wrote:
You look into config.log and figure out what you broke... config.status:674: creating Makefile configure:3186: configuring in autoconf-lib-link configure:3303: running /bin/sh './configure' --prefix=/usr '--prefix=/usr' '--enable-shared' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--libdir=/usr/lib' '--build=i586-suse-linux' 'CFLAGS=-O2 -g -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -pipe -W -Wall -fstack-protector-all' 'build_alias=i586-suse-linux' --cache-file=/dev/null --srcdir=. configure:3308: error: /bin/sh './configure' failed for autoconf-lib-link
Any idea? -- Damian Mihai Liviu Mobile: +40 741 226993; Fax: +1 347-632-4117 Phone : +1 360-526-6441; +1 347-632-4117; +44 0870-3403339 URL: http://liviudm.blogspot.com
hi, please upload the full config.log somewhere. darix
On Wednesday 16 November 2005 13:23, Marcus Rueckert wrote:
please upload the full config.log somewhere. http://paste.ubuntuusers.de/487
-- Damian Mihai Liviu Mobile: +40 741 226993; Fax: +1 347-632-4117 Phone : +1 360-526-6441; +1 347-632-4117; +44 0870-3403339 URL: http://liviudm.blogspot.com
* Damian Mihai Liviu <dazzle.digital@gmail.com> [Nov 16. 2005 12:36]:
On Wednesday 16 November 2005 13:23, Marcus Rueckert wrote:
please upload the full config.log somewhere. http://paste.ubuntuusers.de/487
Can you try autoreconf -fi before invoking configure? -- Mads Martin Joergensen, http://mmj.dk "Why make things difficult, when it is possible to make them cryptic and totally illogical, with just a little bit more effort?" -- A. P. J.
On Wednesday 16 November 2005 13:53, Mads Martin Joergensen wrote:
Can you try autoreconf -fi before invoking configure? It's already in the spec file.
-- Damian Mihai Liviu Mobile: +40 741 226993; Fax: +1 347-632-4117 Phone : +1 360-526-6441; +1 347-632-4117; +44 0870-3403339 URL: http://liviudm.blogspot.com
On 2005-11-16 13:38:31 +0200, Damian Mihai Liviu wrote:
On Wednesday 16 November 2005 13:23, Marcus Rueckert wrote:
please upload the full config.log somewhere. http://paste.ubuntuusers.de/487
can we see the spec file too? darix
On Wednesday 16 November 2005 14:24, Marcus Rueckert wrote:
can we see the spec file too? http://paste.ubuntuusers.de/488
-- Damian Mihai Liviu Mobile: +40 741 226993; Fax: +1 347-632-4117 Phone : +1 360-526-6441; +1 347-632-4117; +44 0870-3403339 URL: http://liviudm.blogspot.com
On 2005-11-16 14:32:30 +0200, Damian Mihai Liviu wrote:
On Wednesday 16 November 2005 14:24, Marcus Rueckert wrote:
can we see the spec file too? http://paste.ubuntuusers.de/488
[[[ export CFLAGS="$RPM_OPT_FLAGS -pipe -W -Wall" ./configure --prefix=/usr \ --enable-shared \ --infodir=%{_infodir} \ --mandir=%{_mandir} \ --libdir=%{_libdir} \ --build=%{_target_cpu}-suse-linux ]]] instead use [[[ %configure --enable-shared ]]] darix
participants (4)
-
Damian Mihai Liviu
-
Henne Vogelsang
-
Mads Martin Joergensen
-
Marcus Rueckert