gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: ./configure on Apple MacIntosh G5, with MacOS 10.3.4


From: Warren A. Hunt Jr.
Subject: [Gcl-devel] Re: ./configure on Apple MacIntosh G5, with MacOS 10.3.4
Date: Tue, 10 Aug 2004 18:23:15 -0500

Hi Camm,

Using

  export PATH=/sw/bin:$PATH
  export C_INCLUDE_PATH=/sw/include:$C_INCLUDE_PATH
  export LIBRARY_PATH=/sw/lib:$LIBRARY_PATH
  export LD_LIBRARY_PATH=/sw/lib:$LD_LIBRARY_PATH
  export CPPFLAGS="-no-cpp-precomp"

I was able to successfully build GCL 2.7.0 on an Apple MacIntosh G5,
running MacOS 10.3.4.

Thank you.

As I'm sure you are aware, the save-system command causes quite a bit
of output before it completes, and unreliable (not reproducible)
results seem to be produced from the resulting application unless

  (if (fboundp 'si::sgc-on)
      (fmakunbound 'si::sgc-on))

is done before the si::save-system command is given.

Cheers,

Warren




reply via email to

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