This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libtool in configure for dejagnu confused was: Catch 5.0.x
- To: robertl at dgii dot com
- Subject: Re: libtool in configure for dejagnu confused was: Catch 5.0.x
- From: Ian Lance Taylor <ian at cygnus dot com>
- Date: Tue, 23 Dec 1997 12:00:36 -0500
- CC: egcs at cygnus dot com
Date: Tue, 23 Dec 1997 00:46:47 -0600
From: Robert Lipe <robertl@dgii.com>
The problem is that once the big autoconf machine drives it, it appears
to get the wrong flags. For example, once configured, it finds gcc
yet it insists on writing out lines like this in expect/Makefile:
$(CC) $(XCFLAGS) -belf -Wl,-Bexport -o expect_ins
So, the mystery to solve is why libtool (autoconf? configure?) knows
that CC=gcc, yet it's picking up these clearly native flags for the
OpenServer target.
These aren't coming from libtool.
They're coming from tcl/unix/configure.in.
I expect that the SCO case in that file needs to be cleaned up
somehow.
Ian