bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trouble compiling Guile 1.4 on HP-UX 10.20


From: Thien-Thi Nguyen
Subject: Re: Trouble compiling Guile 1.4 on HP-UX 10.20
Date: Wed, 06 Feb 2002 16:04:01 -0800

   From: Atro Tossavainen <address@hidden>
   Date: Tue, 5 Feb 2002 12:01:28 +0200 (EET)

   I'm using CFLAGS="-Ae +O4" and the HP ANSI C compiler to compile
   Guile.

   Compiling eval.c gives me the following stack of errors that
   doesn't make an awful lot of sense.  Compilation succeeded on
   Alpha, SGI, Sun (all with vendor-provided compilers) and
   Linux (gcc) without any problems.

   Any ideas?

maybe cpp mangled the code in a bad way.

try this: capture the "make" output, find where the compiler is
compiling eval.c, and use that command to run cpp only (the
equivalent of "gcc -E").  see if the resulting code looks
legitimate, or post a snippet of it if you are unsure.  if the
code is badly mangled (and you can correlate this w/ your error
messages), probably the easiest workaround is to use gcc.

thi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]