This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


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

Re: guile-1.3.4pre - build reports


On Tue, Sep 21, 1999 at 10:42:11AM -0400, Brown, Rodney wrote:
> 
> Digital Unix seems to have a similar problem - libtool doesn't seem to be
> passing
> down the necessary parameters to put the vendor compiler into ANSI mode.

Although I didn't look, I expect the configure.in file is missing the
macro `AM_PROG_CC_STDC' immediately following the AC_PROG_CC
invokation, this is the macro which asserts that the source code you
want to compile is in ANSI style, and will try various flags to make
sure the compiler is put into ANSI mode

Recent versions of libtool support the -Wc,... and -Wl,... options for
passing options to the compiler and the linker respectively.

Cheers,
	Gary.
-- 
  ___              _   ___   __              _  email:gary@oranda.demon.co.uk
 / __|__ _ _ ___ _| | / / | / /_ _ _  _ __ _| |_  __ _ ___       gary@gnu.org 
| (_ / _` | '_|// / |/ /| |/ / _` | || / _` | ' \/ _` | _ \
 \___\__,_|_|\_, /|___(_)___/\__,_|\_,_\__, |_||_\__,_|//_/
home page:  /___/                      /___/                pgp-2 public key:
http://www.oranda.demon.co.uk               http://www.oranda.demon.co.uk/pgp

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