gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Compiling under Mac OS X


From: Brent Edwards
Subject: [Gcl-devel] Compiling under Mac OS X
Date: Sun, 11 Jul 2004 18:30:35 -0700

Dear gcl-devel,

I'm having problems compiling under Mac OS X. It stops in the middle of the build. Can you help me, let me know what I need to do?


VERY SHORT DESCRIPTION:

>tar xzvf gcl-2.6.2.tar.gz
>cd gcl-2.6.2
>./configure >& configure.out
>make >& make.out

The error that stops the compilation:

cat init_pre_gcl.lsp.tmp | sed \
        -e "address@hidden@#(`cat ../majvers`.`cat ../minvers`) `date`#1" \
        -e "address@hidden@#`cat ../minvers | cut -f2 -d.`#1" \
        -e "address@hidden@#`cat ../minvers | cut -f1 -d.`#1" \
        -e "address@hidden@#`cat ../majvers`#1" \
-e "s/@LI-CC@/\"gcc -I/sw/include -c `echo -I/sw/include -Wall -DVOL=volatile -fsigned-char -pipe | sed -e 's:-g::g'`\"/1" \
        -e "address@hidden@#\"gcc -I/sw/include -o \"#1" \
-e "address@hidden@#\" -lpre_gcl `echo -L/sw/lib -lintl -lm /Users/chipuni/Source/gcl-2.6.2/binutils/bfd/libbfd.a /Users/chipuni/Source/gcl-2.6.2/binutils/libiberty/libiberty.a -lreadline -lncurses | sed -e 's/-lncurses/ /'` /sw/lib/libintl.dylib -lc -lgclp \"#1" \
        -e "address@hidden@#\"-O3 -fomit-frame-pointer\"#1" \
        -e "address@hidden@#\"-O\"#1" \
        -e "address@hidden@#\"init_pre_gcl.lsp\"#1" >init_pre_gcl.lsp
sed: -e expression #5, char 19: unknown option to `s'
make[1]: *** [init_pre_gcl.lsp] Error 1
rm init_pre_gcl.lsp raw_pre_gcl
make: *** [unixport/saved_pre_gcl] Error 2


System information:
>uname -a
Darwin Pherret.local 7.4.0 Darwin Kernel Version 7.4.0: Wed May 12 16:58:24 PDT 2004; root:xnu/xnu-517.7.7.obj~7/RELEASE_PPC Power Macintosh powerpc
>gcc --version
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
Copyright (C) 2002 Free Software Foundation, Inc.
>sed --version
GNU sed version 4.1
Copyright (C) 2003 Free Software Foundation, Inc.

NOTE: I use fink to install later versions of software, including sed. The default Apple sed exists in "/usr/bin/sed". The above version of sed exists in "/sw/bin/sed". This problem existed before I installed the GNU version of sed, and remains after I installed it.


Much more information:

I have posted config.log, config.status, configure.out, (from the above configure) and make.out (from the above configure) at "http://edwards.orcas.net/~chipuni/gcl/";. I have also tar'd and gzipped the whole directory of gcl-2.6.2 and placed it in that folder, if you really want it.

Thank you for your time!

-- Brent





reply via email to

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