help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Building with IconV


From: Giuseppe Luigi Punzi
Subject: Re: [Help-smalltalk] Building with IconV
Date: Wed, 04 Jun 2008 12:53:44 +0200
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

In configure (see at the end of mail) all IconV seems to be Ok, but fails traying to load Iconv package.

C:\msys\1.0\local\bin>gst
GNU Smalltalk ready

st> PackageLoader fileInPackage: 'Iconv'
"Global garbage collection... done"
Loading package Iconv
Object: DLD error: requested module iconv was not found
SystemExceptions.CInterfaceError(Smalltalk.Exception)>>signal
SystemExceptions.CInterfaceError class(Smalltalk.Exception class)>>signal:
Smalltalk.DLD class>>addModule:
optimized [] in Smalltalk.Package>>primFileIn
Smalltalk.Set(Smalltalk.HashedCollection)>>do:
[] in Smalltalk.Package>>primFileIn
Smalltalk.BlockClosure>>ensure:
Smalltalk.Package>>primFileIn
Kernel.StarPackage>>primFileIn
optimized [] in Smalltalk.PackageLoader class>>fileInPackages:
Smalltalk.OrderedCollection(Smalltalk.SequenceableCollection)>>do:
Smalltalk.PackageLoader class>>fileInPackages:
Smalltalk.PackageLoader class>>fileInPackage:
Smalltalk.UndefinedObject>>executeStatements
nil
st>



Configure output:
address@hidden ~/smalltalk-3.0b
$ ./configure --with-tcl=/home/Giuseppe/tcl8.5.2/win/ --with-tk=/home/Giuseppe/
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32

Build Tools:
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for strerror in -lcposix... no
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for gawk... (cached) gawk
checking whether ln -s works... no, using cp -p
checking whether ln works... yes
checking for install-info... /bin/install-info
checking for zip... /mingw/bin/zip
checking for emacs... no
checking for xemacs... no
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking for comint.el... no

Platform environment:
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... unknown
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking for broken sys/avl.h... no
checking for hidden visibility... no
checking whether -Wno-long-double is needed... ./configure: break: only meaningful in a `for', `while', or `until' loop
no
checking for goto void *... yes
checking whether byte ordering is bigendian... no
checking for double... yes
checking alignment of double... 8
checking for long double... yes
checking alignment of long double... 4
checking for off_t... yes
checking size of off_t... 4
checking for OOP... yes
checking size of OOP... 4
checking how to dlopen the C library...
basename: too few arguments
Try `basename --help' for more information.
dirname: too few arguments
Try `dirname --help' for more information.
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... C:/MingW/mingw32/bin/ld.exe
checking if the linker (C:/MingW/mingw32/bin/ld.exe) is GNU ld... yes
checking for C:/MingW/mingw32/bin/ld.exe option to reload object files... -r
checking for BSD-compatible nm... /mingw/bin/nm
checking how to recognise dependent libraries... file_magic file format pei*-i386(.*architecture: i386)?
checking for dlltool... dlltool
checking for as... as
checking for objdump... objdump
checking dlfcn.h usability... no
checking dlfcn.h presence... no
checking for dlfcn.h... no
checking the maximum length of command line arguments... 8192
checking command to parse /mingw/bin/nm 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... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (C:/MingW/mingw32/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
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
configure: appending configuration tag "LIBGST" to libtool

C library features:
checking return type of signal handlers... void
checking for pid_t... yes
checking for size_t... yes
checking whether to enable assertions... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking poll.h usability... no
checking poll.h presence... no
checking for poll.h... no
checking sys/ioctl.h usability... no
checking sys/ioctl.h presence... no
checking for sys/ioctl.h... no
checking sys/resource.h usability... no
checking sys/resource.h presence... no
checking for sys/resource.h... no
checking sys/utsname.h usability... no
checking sys/utsname.h presence... no
checking for sys/utsname.h... no
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking termios.h usability... no
checking termios.h presence... no
checking for termios.h... no
checking sys/mman.h usability... no
checking sys/mman.h presence... no
checking for sys/mman.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/wait.h usability... no
checking sys/wait.h presence... no
checking for sys/wait.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for struct stat.st_mtim.tv_nsec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_mtimespec.tv_nsec... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for long long int... yes
checking for intmax_t... yes
checking for intptr_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for unsigned long long int... yes
checking for uintmax_t... yes
checking for uintptr_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for obstacks... no
checking for atan in -lm... yes
checking for working poll... no
checking for setenv... no
checking if environ is properly declared... no
checking for putenv... yes
checking for strdup... yes
checking for strerror... yes
checking for strsignal... no
checking for mkstemp... no
checking for getpagesize... yes
checking for getdtablesize... no
checking for strstr... yes
checking for ftruncate... yes
checking for floorl... yes
checking for ceill... yes
checking for sqrtl... yes
checking for frexpl... yes
checking for ldexpl... yes
checking for asinl... yes
checking for acosl... yes
checking for atanl... yes
checking for logl... yes
checking for expl... yes
checking for tanl... yes
checking for sinl... yes
checking for cosl... yes
checking for powl... yes
checking for truncl... yes
checking for lrintl... yes
checking for strsep... no
checking for strpbrk... yes
checking for symlink... no
checking for mkdtemp... no
checking for gethostname... no
checking for memcpy... yes
checking for memmove... yes
checking for sighold... no
checking for uname... no
checking for usleep... no
checking for lstat... no
checking for grantpt... no
checking for popen... yes
checking for getrusage... no
checking for gettimeofday... yes
checking for fork... no
checking for strchr... yes
checking for utimes... no
checking for utime... yes
checking for readlink... no
checking for sigsetmask... no
checking for alarm... no
checking for select... no
checking for mprotect... yes
checking for madvise... no
checking for waitpid... no
checking for setsid... no
checking for spawnl... yes
checking for nanosleep... no
checking for pread... no
checking for pwrite... no
checking for _NSGetExecutablePath... no
checking for nl_langinfo... no
checking for working lrint... yes
checking for working strtoul... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether localtime caches the timezone... yes

Dynamic linking capabilities:
checking for an ANSI C-conforming const... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking which extension is used for loadable modules... .dll
checking which variable specifies run-time library path... PATH
checking for the default library search path... /lib /usr/lib
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... no
checking for dlopen in -lsvld... no
checking for dld_link in -ldld... no
checking for _dyld_func_lookup... no
checking for _ prefix in compiled symbols... yes
checking whether deplibs are loaded by dlopen... unknown
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for error_t... no
checking for argz_append... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for strchr... (cached) yes
checking for strrchr... yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes

Auxiliary libraries:
checking how to link with GMP... not found
checking how to link with readline... not found
checking for Tcl 8.x... /home/Giuseppe/tcl8.5.2/win
checking for Tk 8.x... no
checking the include path for Tcl/Tk 8.x... not found
checking how to link with Tcl/Tk 8.x... not found
checking whether to install BloxTK... no
checking whether to install Browser... yes
checking whether to install Complex... yes
checking whether to install Continuations... yes
checking whether to install CParser... yes
checking whether to install DebugTools... yes
checking whether to install DBD-MySQL... yes
checking whether to run MySQL tests... no
checking for PQconnectdb in -lpq... no
checking whether to install DBD-PostgreSQL... no
checking sqlite3.h usability... no
checking sqlite3.h presence... no
checking for sqlite3.h... no
checking whether to install DBD-SQLite... no
checking whether to install DBI... yes
checking gdbm.h usability... no
checking gdbm.h presence... no
checking for gdbm.h... no
checking whether to install GDBM... no
checking whether to install Glorp... yes
checking for pkg-config... /e/GTK/bin/pkg-config
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB is incorrectly installed.
checking whether to install GTK... no
checking whether to install BloxGTK... no
checking whether to install Blox... no
checking whether to install WebServer... yes
checking for ld used by GCC... C:/MingW/mingw32/bin/ld.exe
checking if the linker (C:/MingW/mingw32/bin/ld.exe) is GNU ld... yes
checking for shared library run path origin... done
checking for nl_langinfo and CODESET... no
checking for iconv... yes
checking how to link with libiconv... /usr/local/lib/libiconv.a
checking for iconv declaration...
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether to install I18N... no
checking for iconv... (cached) yes
checking how to link with libiconv... /usr/local/lib/libiconv.a
checking for iconv declaration... (cached)
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether to install Iconv... yes
checking whether to install Java... yes
checking whether to install Digest... yes
checking whether to install GNUPlot... yes
checking for initscr in -lncurses... no
checking whether to install NCurses... no
checking whether to install NetClients... yes
checking whether to install DhbNumericalMethods... yes
checking for cairo_save in -lcairo... no
checking whether to install Cairo... no
checking for sdl-config... no
checking for SDL - version >= 0.11.0... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
checking whether to install LibSDL... no
checking whether to install CairoSDL... no
checking for IMG_Linked_Version in -lSDL_image... no
checking whether to install LibSDL_image... no
checking for Mix_Linked_Version in -lSDL_mixer... no
checking whether to install LibSDL_mixer... no
checking for Sound_GetLinkedVersion in -lSDL_sound... no
checking whether to install LibSDL_sound... no
checking for TTF_Init in -lSDL_ttf... no
checking whether to install LibSDL_ttf... no
checking whether to install Compiler... yes
checking whether to install Parser... yes
checking whether to install ClassPublisher... yes
checking whether to install ROE... yes
checking whether to install Seaside-Core... yes
checking whether to install Seaside-Development... yes
checking whether to install Seaside-Examples... yes
checking whether to install Seaside... yes
checking whether to install Sport... yes
checking whether to install SUnit... yes
checking whether to install Swazoo... yes
checking for library containing listen... no
checking For listen in -lws2_32... yes
checking for library containing gethostbyname... no
checking for socket... no
checking netinet/in.h usability... no
checking netinet/in.h presence... no
checking for netinet/in.h... no
checking arpa/inet.h usability... no
checking arpa/inet.h presence... no
checking for arpa/inet.h... no
checking whether to install TCP... yes
checking whether to install VFSAddOns... yes
checking whether to install XML-XMLNodeBuilder... yes
checking whether to install XML-DOM... yes
checking whether to install XML-XMLParser... yes
checking whether to install XML-SAXDriver... yes
checking whether to install XML-SAXParser... yes
checking whether to install XPath... yes
checking whether to install XSL... yes
checking zlib.h usability... no
checking zlib.h presence... no
checking for zlib.h... no
checking whether to install ZLib... no
checking lightning.h usability... no
checking lightning.h presence... no
checking for lightning.h... no
checking whether to enable relocatable install... no, libdir not equal to bindir

Output substitutions:
configure: creating ./config.status
config.status: creating packages/blox/tk/Makefile
config.status: creating packages/dbd-sqlite/Makefile
config.status: creating packages/gdbm/Makefile
config.status: creating packages/gtk/Makefile
config.status: creating packages/blox/tests/package.xml
config.status: creating packages/i18n/Makefile
config.status: creating packages/iconv/Makefile
config.status: creating packages/digest/Makefile
config.status: creating packages/sdl/libsdl/Makefile
config.status: creating packages/tcp/Makefile
config.status: creating packages/vfs/Makefile
config.status: creating packages/zlib/Makefile
config.status: creating gnu-smalltalk.pc
config.status: creating gst-config
config.status: creating tests/gst
config.status: creating tests/atlocal
config.status: creating libc.la
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib-src/Makefile
config.status: creating libgst/Makefile
config.status: creating opcode/Makefile
config.status: creating lightning/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: linking ./lib-src/poll_.h to lib-src/poll.h
config.status: linking ./lightning/i386/asm-32.h to lightning/asm.h
config.status: linking ./lightning/i386/fp-32.h to lightning/fp.h
config.status: linking ./lightning/i386/core-32.h to lightning/core.h
config.status: linking ./lightning/i386/funcs.h to lightning/funcs.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
=== configuring in libffi (/home/Giuseppe/smalltalk-3.0b/libffi)
configure: running /bin/sh ./configure '--prefix=/usr/local' '--with-tcl=/home/Giuseppe/tcl8.5.2/win/' '--with-tk=/home/Giuseppe/' '--enable-subdir' '--enable-snprintfv-convenience' --cache-file=/dev/null --srcdir=.
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking target system type... i686-pc-mingw32
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... C:/MingW/mingw32/bin/ld.exe
checking if the linker (C:/MingW/mingw32/bin/ld.exe) is GNU ld... yes
checking for C:/MingW/mingw32/bin/ld.exe option to reload object files... -r
checking for BSD-compatible nm... /mingw/bin/nm
checking whether ln -s works... no, using cp -p
checking how to recognise dependent libraries... file_magic file format pei*-i386(.*architecture: i386)?
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... no
checking dlfcn.h presence... no
checking for dlfcn.h... no
checking the maximum length of command line arguments... 8192
checking command to parse /mingw/bin/nm 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... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (C:/MingW/mingw32/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
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
checking for ANSI C header files... (cached) yes
checking for memcpy... yes
checking for working alloca.h... no
checking for alloca... yes
checking for double... yes
checking size of double... 8
checking for long double... yes
checking size of long double... 12
checking whether byte ordering is bigendian... no
checking assembler .cfi pseudo-op support... yes
checking whether .eh_frame section should be read-only... no
checking for __attribute__((visibility("hidden")))... no
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating include/ffi.h
config.status: creating Makefile
config.status: creating fficonfig.h
config.status: fficonfig.h is unchanged
config.status: linking ./src/x86/ffitarget.h to include/ffitarget.h
config.status: executing depfiles commands
config.status: executing include commands
config.status: executing src commands
=== configuring in snprintfv (/home/Giuseppe/smalltalk-3.0b/snprintfv)
configure: running /bin/sh ./configure '--prefix=/usr/local' '--with-tcl=/home/Giuseppe/tcl8.5.2/win/' '--with-tk=/home/Giuseppe/' '--enable-subdir' '--enable-snprintfv-convenience' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... C:/MingW/mingw32/bin/ld.exe
checking if the linker (C:/MingW/mingw32/bin/ld.exe) is GNU ld... yes
checking for C:/MingW/mingw32/bin/ld.exe option to reload object files... -r
checking for BSD-compatible nm... /mingw/bin/nm
checking whether ln -s works... no, using cp -p
checking how to recognise dependent libraries... file_magic file format pei*-i386(.*architecture: i386)?
checking for dlltool... dlltool
checking for as... as
checking for objdump... objdump
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... no
checking dlfcn.h presence... no
checking for dlfcn.h... no
checking the maximum length of command line arguments... 8192
checking command to parse /mingw/bin/nm 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... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (C:/MingW/mingw32/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
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
checking for a sed that does not truncate output... /bin/sed
checking whether the convenience libsnprintfv needs printing floats... yes
checking whether runtime debugging is wanted... no
checking if malloc debugging is wanted... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for a BSD-compatible install... /bin/install -c
checking for gawk... (cached) gawk
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking which extension is used for loadable modules... .dll
checking which variable specifies run-time library path... PATH
checking for the default library search path... /lib /usr/lib
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... no
checking for dlopen in -lsvld... no
checking for dld_link in -ldld... no
checking for _dyld_func_lookup... no
checking for _ prefix in compiled symbols... yes
checking whether deplibs are loaded by dlopen... unknown
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for error_t... no
checking for argz_append... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for static inline... yes
checking for string.h... (cached) yes
checking for flockfile... no
checking for fputc_unlocked... no
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking for size_t... yes
checking for long double with more range or precision than double... yes
checking for log in -lm... yes
checking for copysign... yes
checking for copysignl... yes
checking for isinf... no
checking for isinfl... no
checking for isnan... yes
checking for isnanl... yes
checking for modfl... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating snprintfv/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing snprintfv/compat.h commands
creating snprintfv/compat.h
snprintfv/compat.h is unchanged

address@hidden ~/smalltalk-3.0b
$


Paolo Bonzini escribió:
Giuseppe Luigi Punzi wrote:
uhmm...I need headers files when I compile GST?

And I need to specify to ./configure?

Nothing if you place them in the right place (should be c:\msys\local\include or c:\msys\include, something like that).

Check out what configure says about libiconv, Iconv and iconv.h. It says whether the Iconv package will be available after compiling GST.

Paolo





reply via email to

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