Building on MacOS X????


Subject: Building on MacOS X????
From: Greg Evans (raisplin@rcn.com)
Date: Fri May 04 2001 - 22:35:54 CDT


Hello, I am new to the list :)

I saw that you had MacOS X support so I downloaded the abisuite and
attempted to follow the un*x directions and cd to the abi directory and
then 'make'

here is what I get...

make ABI_ROOT=/mydev/abisuite-0.7.14/abi -C mac build
Building with [LicensedTrademarks:Off Debug:Off BiDi:Off Pspell:Off].
libiconv not found
TODO provide a nicer error message
TODO with instructions for obtaining it
make[4]: *** [_LIBICONV_] Error 1
make[3]: *** [build] Error 2
make[2]: *** [build] Error 2
make[1]: *** [build] Error 2
make: *** [compile] Error 2

so I grabbed libiconv.....and I get...

make ABI_ROOT=/mydev/abisuite-0.7.14/abi -C mac build
Building with [LicensedTrademarks:Off Debug:Off BiDi:Off Pspell:Off].
Found libiconv in peer directory
creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking how to run the C preprocessor... gcc -O -E -traditional-cpp
checking whether -traditional is needed for gcc -O -traditional-cpp on
this system... no
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking how to copy files... cp -p
checking how to make hard links... ln
checking whether ln -s works... yes
checking host system type... powerpc-apple-darwin1.3.2
checking for AIX... no
checking for minix/config.h... no
checking for POSIXized ISC... no
checking for object suffix... o
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking build system type... powerpc-apple-darwin1.3.2
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/bin/nm -p
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o...
/mydev/abisuite-0.7.14/libiconv/conftest
yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... none
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the linker (/usr/bin/ld) supports shared libraries... no
checking command to parse /usr/bin/nm -p output... ok
checking how to hardcode library paths into programs... unsupported
checking for /usr/bin/ld option to produce relocatable object files... -r
checking dynamic linker characteristics... no
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for locale.h... yes
checking for stdlib.h... yes
checking for mbstate_t... no
checking for iconv... yes
checking for iconv declaration...
          extern size_t iconv (iconv_t cd, const char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t* outbytesleft);
checking for mbrtowc... no
checking for wcrtomb... no
checking for setlocale... yes
checking byte ordering... big endian
updating cache ./config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
creating src/Makefile
creating man/Makefile
creating tests/Makefile
creating include/iconv.h
creating lib/config.h
configuring in libcharset
running /bin/sh ./configure --cache-file=../config.cache --srcdir=.
loading cache ../config.cache
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... (cached) gcc -O -traditional-cpp
checking whether the C compiler (gcc -O -traditional-cpp ) works... yes
checking whether the C compiler (gcc -O -traditional-cpp ) is a
cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc -O -traditional-cpp accepts -g... yes
checking how to run the C preprocessor... (cached) gcc -O -E
-traditional-cpp
checking whether gcc -O -traditional-cpp needs -traditional... (cached) no
checking for a BSD compatible install... /usr/bin/install -c
checking host system type... powerpc-apple-darwin1.3.2
checking for AIX... no
checking for minix/config.h... (cached) no
checking for POSIXized ISC... no
checking for object suffix... (cached) o
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking build system type... powerpc-apple-darwin1.3.2
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) no
checking for BSD-compatible nm... (cached) /usr/bin/nm -p
checking whether ln -s works... yes
updating cache ../config.cache
loading cache ../config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o...
/mydev/abisuite-0.7.14/libiconv/libcharset/conftest
yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... none
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the linker (/usr/bin/ld) supports shared libraries... no
checking command to parse /usr/bin/nm -p output... ok
checking how to hardcode library paths into programs... unsupported
checking for /usr/bin/ld option to produce relocatable object files... -r
checking dynamic linker characteristics... no
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ../config.cache
checking for langinfo.h... no
checking for nl_langinfo... no
checking for nl_langinfo and CODESET... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... yes
checking for setlocale... (cached) yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
creating config.h
make[5]: Makefile.abi: No such file or directory
make[5]: *** No rule to make target `Makefile.abi'. Stop.
make[4]: *** [_LIBICONV_] Error 2
make[3]: *** [build] Error 2
make[2]: *** [build] Error 2
make[1]: *** [build] Error 2
make: *** [compile] Error 2

what the heck am I doing wrong here?

Greg



This archive was generated by hypermail 2b25 : Sat May 26 2001 - 03:51:02 CDT