automake
[Top][All Lists]
Advanced

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

[Fwd: [btOOL] Unable to compile on MacOs X]


From: Guillaume Rousse
Subject: [Fwd: [btOOL] Unable to compile on MacOs X]
Date: Wed, 19 Apr 2006 10:46:11 +0200
User-agent: Thunderbird 1.5 (X11/20060410)

I tried to have a look at how sed substitutions are handled by
config.status, so as to help this guy, but I get lost in multiple format
transformations...

In particular, the final 't t' at the end of each substitution pattern
is mysterious for me.
--- Begin Message --- Subject: [btOOL] Unable to compile on MacOs X Date: Wed, 19 Apr 2006 10:59:39 +1200 I am trying to install btparse (.34) on a powerbook running MacOs X 10.3.9. Unfortunately configure fails to build the make file. The configure progress seems to go ok until the very end , when I get 4 errors, all of the kind:

"sed: -e expression #1, char 313: unknown option to `s'


The makefile is empty.
Any help is appreciated. I append the complete output of configure below.


Best,

Stefano Franchi



Here is the complete output from ./configure:


thrasymachus:~/Applications/Lyx, LaTeX, BibTeX stuff/btparse-0.34 stefano$ ./configure checking for a BSD-compatible install... /sw/bin/install -c
checking whether build environment is sane... yes
/Users/stefano/Applications/Lyx,: /Users/stefano/Applications/Lyx,: No such file or directory
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking if external PCCTS include files are wanted... no
checking if malloc debugging is wanted... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /sw/bin/install -c
checking build system type... powerpc-apple-darwin7.9.0
checking host system type... powerpc-apple-darwin7.9.0
checking for a sed that does not truncate output... /sw/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fl32... no
checking for af77... no
checking for fort77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for lf95... no
checking for g95... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 65536
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin7.9.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin7.9.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking whether make sets $(MAKE)... (cached) yes
checking for antlr... antlr
checking for dlg... not found
checking for pod2man... pod2man
checking for ANSI C header files... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for PCCTS header files... yes
checking for ushort... yes
checking for boolean... no
checking for an ANSI C-conforming const... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for vprintf... yes
checking for _doprnt... no
checking for strdup... yes
checking for strlwr... no
checking for strupr... no
checking for vsnprintf... yes
checking for strdup declaration in <string.h>... yes
configure: creating ./config.status
config.status: creating Makefile
sed: -e expression #1, char 313: unknown option to `s'
config.status: creating doc/Makefile
sed: -e expression #1, char 317: unknown option to `s'
config.status: creating progs/Makefile
sed: -e expression #1, char 319: unknown option to `s'
config.status: creating src/Makefile
sed: -e expression #1, char 317: unknown option to `s'
config.status: creating tests/Makefile
sed: -e expression #1, char 319: unknown option to `s'
config.status: creating src/bt_config.h
config.status: src/bt_config.h is unchanged
config.status: creating src/btparse.h
config.status: src/btparse.h is unchanged
config.status: executing depfiles commands
__________________________________________________
Stefano Franchi
Department of Philosophy                  Ph:  (64) 9 373-7599 x83940
University Of Auckland                  Fax: (64) 9 373-7408
Private Bag 92019                               address@hidden
Auckland
New Zealand                     



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
btOOL-users mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/btool-users


--- End Message ---

reply via email to

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