This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libtool in configure for dejagnu confused was: Catch 5.0.x


   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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]