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



The master configure.in does seem to contain both defines.

Built to make check on
UnixWare 7.1  egcs 1.1.1
UnixWare 7.1  Vendor cc
when configured with --host=i586-sco-sysv5uw7.1 --target=i586-sco-sysv5uw7.1
which is roughly what autoconf 2.15 config.guess will give

sparc-sun-solaris2.5.1  egcs 1.1.2 succeeded unsurprisingly

The build failed on i686-pc-cygwin  (CYGWIN 20.1)
because guile-1.3.4/ice-9/and-let*.scm failed to extract from the tar file

ice-9/and-let*.scm is the only file in the distribution that doesn't match
the pattern [-._a-zA-Z0-9]+  - can it be renamed?

-----Original Message-----
From: "Gary V. Vaughan" <gary@oranda.demon.co.uk> at INTERNET
Sent: Wednesday, 22 September 1999 9:36
To: Brown, Rodney
Cc: "'guile@sourceware.cygnus.com'" <guile@sourceware.cygnus.com> at
INTERNET
Subject: 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.



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