I have a problem installing and running scx-0.2 on Cygwin (Windows XP):
On the first glance, the installation with scsh-install-pkg looked good, and I
tried to run scsh with scx:
$ scsh -lel heap-images/load.scm -lel scx/load.scm
Error: exception
os-error
(call-external-value "s48_dynamic_load" "dlopen: Win32 error 126")
In Win32, the error 126 in stands for
ERROR_MOD_NOT_FOUND: The specified module could not be found.
A closer look at the output of scsh-install-pkg brought up this:
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin
Below I pasted the complete output of scsh-install-pkg.
--
Marcus
$ scsh-install-pkg --prefix /usr/local/lib/scsh/scx/ --dest-dir ""
configuring, compiling and installing the native code library
checking for a BSD-compatible install... /usr/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-cygwin
checking host system type... i686-pc-cygwin
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object
files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ^x86 archive
import|
^x86 DLL
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... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 8192
checking command to parse /usr/bin/nm -B 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...
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i686-pc-cygwin/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... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports
shared
libraries... yes
checking for g++ option to produce PIC...
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports
shared
libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC...
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe) supports
shared
libraries... 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 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 ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating c/Makefile
config.status: creating c/xlib/Makefile
config.status: creating c/libs/Makefile
config.status: creating c/config.h
config.status: executing depfiles commands
Making install in c
make[1]: Entering directory `/home/crestani/scx-0.2/c'
Making install in xlib
make[2]: Entering directory `/home/crestani/scx-0.2/c/xlib'
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT client.lo -MD -MP -MF ".deps/client.Tpo" \
-c -o client.lo `test -f 'client.c' || echo './'`client.c; \
then mv -f ".deps/client.Tpo" ".deps/client.Plo"; \
else rm -f ".deps/client.Tpo"; exit 1; \
fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT client.lo -MD -MP -MF
.deps/
client.Tpo -c client.c -DPIC -o .libs/client.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT colormap.lo -MD -MP -MF ".deps/colormap.Tpo" \
-c -o colormap.lo `test -f 'colormap.c' || echo './'`colormap.c; \
then mv -f ".deps/colormap.Tpo" ".deps/colormap.Plo"; \
else rm -f ".deps/colormap.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT colormap.lo -MD -MP -MF
.dep
s/colormap.Tpo -c colormap.c -DPIC -o .libs/colormap.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT cursor.lo -MD -MP -MF ".deps/cursor.Tpo" \
-c -o cursor.lo `test -f 'cursor.c' || echo './'`cursor.c; \
then mv -f ".deps/cursor.Tpo" ".deps/cursor.Plo"; \
else rm -f ".deps/cursor.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT cursor.lo -MD -MP -MF
.deps/
cursor.Tpo -c cursor.c -DPIC -o .libs/cursor.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT display.lo -MD -MP -MF ".deps/display.Tpo" \
-c -o display.lo `test -f 'display.c' || echo './'`display.c; \
then mv -f ".deps/display.Tpo" ".deps/display.Plo"; \
else rm -f ".deps/display.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT display.lo -MD -MP -MF
.deps
/display.Tpo -c display.c -DPIC -o .libs/display.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT error.lo -MD -MP -MF ".deps/error.Tpo" \
-c -o error.lo `test -f 'error.c' || echo './'`error.c; \
then mv -f ".deps/error.Tpo" ".deps/error.Plo"; \
else rm -f ".deps/error.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT error.lo -MD -MP -MF
.deps/e
rror.Tpo -c error.c -DPIC -o .libs/error.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT event-types.lo -MD -MP -MF ".deps/event-types.Tpo" \
-c -o event-types.lo `test -f 'event-types.c' || echo './'`event-types.c;
\
then mv -f ".deps/event-types.Tpo" ".deps/event-types.Plo"; \
else rm -f ".deps/event-types.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT
event-types.lo -MD -MP -MF .
deps/event-types.Tpo -c event-types.c -DPIC -o .libs/event-types.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT event.lo -MD -MP -MF ".deps/event.Tpo" \
-c -o event.lo `test -f 'event.c' || echo './'`event.c; \
then mv -f ".deps/event.Tpo" ".deps/event.Plo"; \
else rm -f ".deps/event.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT event.lo -MD -MP -MF
.deps/e
vent.Tpo -c event.c -DPIC -o .libs/event.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT font.lo -MD -MP -MF ".deps/font.Tpo" \
-c -o font.lo `test -f 'font.c' || echo './'`font.c; \
then mv -f ".deps/font.Tpo" ".deps/font.Plo"; \
else rm -f ".deps/font.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT font.lo -MD -MP -MF
.deps/fo
nt.Tpo -c font.c -DPIC -o .libs/font.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT gcontext.lo -MD -MP -MF ".deps/gcontext.Tpo" \
-c -o gcontext.lo `test -f 'gcontext.c' || echo './'`gcontext.c; \
then mv -f ".deps/gcontext.Tpo" ".deps/gcontext.Plo"; \
else rm -f ".deps/gcontext.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT gcontext.lo -MD -MP -MF
.dep
s/gcontext.Tpo -c gcontext.c -DPIC -o .libs/gcontext.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT grab.lo -MD -MP -MF ".deps/grab.Tpo" \
-c -o grab.lo `test -f 'grab.c' || echo './'`grab.c; \
then mv -f ".deps/grab.Tpo" ".deps/grab.Plo"; \
else rm -f ".deps/grab.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT grab.lo -MD -MP -MF
.deps/gr
ab.Tpo -c grab.c -DPIC -o .libs/grab.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT graphics.lo -MD -MP -MF ".deps/graphics.Tpo" \
-c -o graphics.lo `test -f 'graphics.c' || echo './'`graphics.c; \
then mv -f ".deps/graphics.Tpo" ".deps/graphics.Plo"; \
else rm -f ".deps/graphics.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT graphics.lo -MD -MP -MF
.dep
s/graphics.Tpo -c graphics.c -DPIC -o .libs/graphics.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT init.lo -MD -MP -MF ".deps/init.Tpo" \
-c -o init.lo `test -f 'init.c' || echo './'`init.c; \
then mv -f ".deps/init.Tpo" ".deps/init.Plo"; \
else rm -f ".deps/init.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT init.lo -MD -MP -MF
.deps/in
it.Tpo -c init.c -DPIC -o .libs/init.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT key.lo -MD -MP -MF ".deps/key.Tpo" \
-c -o key.lo `test -f 'key.c' || echo './'`key.c; \
then mv -f ".deps/key.Tpo" ".deps/key.Plo"; \
else rm -f ".deps/key.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT key.lo -MD -MP -MF
.deps/key
.Tpo -c key.c -DPIC -o .libs/key.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT pixmap.lo -MD -MP -MF ".deps/pixmap.Tpo" \
-c -o pixmap.lo `test -f 'pixmap.c' || echo './'`pixmap.c; \
then mv -f ".deps/pixmap.Tpo" ".deps/pixmap.Plo"; \
else rm -f ".deps/pixmap.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT pixmap.lo -MD -MP -MF
.deps/
pixmap.Tpo -c pixmap.c -DPIC -o .libs/pixmap.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT property.lo -MD -MP -MF ".deps/property.Tpo" \
-c -o property.lo `test -f 'property.c' || echo './'`property.c; \
then mv -f ".deps/property.Tpo" ".deps/property.Plo"; \
else rm -f ".deps/property.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT property.lo -MD -MP -MF
.dep
s/property.Tpo -c property.c -DPIC -o .libs/property.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT region.lo -MD -MP -MF ".deps/region.Tpo" \
-c -o region.lo `test -f 'region.c' || echo './'`region.c; \
then mv -f ".deps/region.Tpo" ".deps/region.Plo"; \
else rm -f ".deps/region.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT region.lo -MD -MP -MF
.deps/
region.Tpo -c region.c -DPIC -o .libs/region.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT text.lo -MD -MP -MF ".deps/text.Tpo" \
-c -o text.lo `test -f 'text.c' || echo './'`text.c; \
then mv -f ".deps/text.Tpo" ".deps/text.Plo"; \
else rm -f ".deps/text.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT text.lo -MD -MP -MF
.deps/te
xt.Tpo -c text.c -DPIC -o .libs/text.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT types.lo -MD -MP -MF ".deps/types.Tpo" \
-c -o types.lo `test -f 'types.c' || echo './'`types.c; \
then mv -f ".deps/types.Tpo" ".deps/types.Plo"; \
else rm -f ".deps/types.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT types.lo -MD -MP -MF
.deps/t
ypes.Tpo -c types.c -DPIC -o .libs/types.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT util.lo -MD -MP -MF ".deps/util.Tpo" \
-c -o util.lo `test -f 'util.c' || echo './'`util.c; \
then mv -f ".deps/util.Tpo" ".deps/util.Plo"; \
else rm -f ".deps/util.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT util.lo -MD -MP -MF
.deps/ut
il.Tpo -c util.c -DPIC -o .libs/util.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT visual.lo -MD -MP -MF ".deps/visual.Tpo" \
-c -o visual.lo `test -f 'visual.c' || echo './'`visual.c; \
then mv -f ".deps/visual.Tpo" ".deps/visual.Plo"; \
else rm -f ".deps/visual.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT visual.lo -MD -MP -MF
.deps/
visual.Tpo -c visual.c -DPIC -o .libs/visual.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT window.lo -MD -MP -MF ".deps/window.Tpo" \
-c -o window.lo `test -f 'window.c' || echo './'`window.c; \
then mv -f ".deps/window.Tpo" ".deps/window.Plo"; \
else rm -f ".deps/window.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT window.lo -MD -MP -MF
.deps/
window.Tpo -c window.c -DPIC -o .libs/window.o
if /bin/bash ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../../c
-I../../c/xlib -I../../c/libs -I/usr/X11R6/include -I../../c -I/usr/local/in
clud
e -g -O2 -MT wm.lo -MD -MP -MF ".deps/wm.Tpo" \
-c -o wm.lo `test -f 'wm.c' || echo './'`wm.c; \
then mv -f ".deps/wm.Tpo" ".deps/wm.Plo"; \
else rm -f ".deps/wm.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../c -I../../c/xlib -I../../c/libs -I/usr/X
11R
6/include -I../../c -I/usr/local/include -g -O2 -MT wm.lo -MD -MP -MF
.deps/wm.T
po -c wm.c -DPIC -o .libs/wm.o
/bin/bash ../../libtool --mode=link gcc -g -O2 -o
ibscxx11.la -avoid-versio
n -module client.lo colormap.lo cursor.lo display.lo error.lo event-types.lo
eve
nt.lo font.lo gcontext.lo grab.lo graphics.lo init.lo key.lo pixmap.lo
property.
lo region.lo text.lo types.lo util.lo visual.lo window.lo
wm.lo -lSM -lICE -L/us
r/X11R6/lib -lX11
ar cru .libs/libscxx11.a .libs/client.o .libs/colormap.o .libs/cursor.o
.libs/di
splay.o .libs/error.o .libs/event-types.o .libs/event.o .libs/font.o
.libs/gcont
ext.o .libs/grab.o .libs/graphics.o .libs/init.o .libs/key.o .libs/pixmap.o
.lib
s/property.o .libs/region.o .libs/text.o .libs/types.o .libs/util.o
.libs/visual
.o .libs/window.o .libs/wm.o
ranlib .libs/libscxx11.a
creating libscxx11.la
(cd .libs && rm -f libscxx11.la && ln -s ../libscxx11.la libscxx11.la)
make[3]: Entering directory `/home/crestani/scx-0.2/c/xlib'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/crestani/scx-0.2/c/xlib'
make[2]: Leaving directory `/home/crestani/scx-0.2/c/xlib'
Making install in libs
make[2]: Entering directory `/home/crestani/scx-0.2/c/libs'
/bin/bash ../../libtool --mode=link gcc -g -O2 -o
ibscxxft.la -avoid-versio
n -module -L/usr/X11R6/lib
mkdir .libs
ar cru .libs/libscxxft.a
ranlib .libs/libscxxft.a
creating libscxxft.la
(cd .libs && rm -f libscxxft.la && ln -s ../libscxxft.la libscxxft.la)
make[3]: Entering directory `/home/crestani/scx-0.2/c/libs'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/crestani/scx-0.2/c/libs'
make[2]: Leaving directory `/home/crestani/scx-0.2/c/libs'
make[2]: Entering directory `/home/crestani/scx-0.2/c'
/bin/bash ../libtool --mode=link gcc -g -O2 -o libscx.la -rpath
/usr/local/li
b/scsh/scx/0.6/scx-0.2/lib/i686-pc-cygwin -version-info 1:0:0 -module
xlib/libs
cxx11.la libs/libscxxft.la
mkdir .libs
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin
shared l
ibraries
rm -fr .libs/libscx.lax
mkdir .libs/libscx.lax
rm -fr .libs/libscx.lax/libscxx11.a
mkdir .libs/libscx.lax/libscxx11.a
(cd .libs/libscx.lax/libscxx11.a && ar x
/home/crestani/scx-0.2/c/xlib/.libs/lib
scxx11.a)
rm -fr .libs/libscx.lax/libscxxft.a
mkdir .libs/libscx.lax/libscxxft.a
(cd .libs/libscx.lax/libscxxft.a && ar x
/home/crestani/scx-0.2/c/libs/.libs/lib
scxxft.a)
ar cru .libs/libscx.a .libs/libscx.lax/libscxx11.a/client.o
.libs/libscx.lax/li
bscxx11.a/colormap.o .libs/libscx.lax/libscxx11.a/cursor.o
.libs/libscx.lax/libs
cxx11.a/display.o .libs/libscx.lax/libscxx11.a/error.o
.libs/libscx.lax/libscxx1
1.a/event-types.o .libs/libscx.lax/libscxx11.a/event.o
.libs/libscx.lax/libscxx1
1.a/font.o .libs/libscx.lax/libscxx11.a/gcontext.o
.libs/libscx.lax/libscxx11.a/
grab.o .libs/libscx.lax/libscxx11.a/graphics.o
.libs/libscx.lax/libscxx11.a/init
.o .libs/libscx.lax/libscxx11.a/key.o .libs/libscx.lax/libscxx11.a/pixmap.o
.lib
s/libscx.lax/libscxx11.a/property.o .libs/libscx.lax/libscxx11.a/region.o
.libs/
libscx.lax/libscxx11.a/text.o .libs/libscx.lax/libscxx11.a/types.o
.libs/libscx.
lax/libscxx11.a/util.o .libs/libscx.lax/libscxx11.a/visual.o
.libs/libscx.lax/li
bscxx11.a/window.o .libs/libscx.lax/libscxx11.a/wm.o
ranlib .libs/libscx.a
rm -fr .libs/libscx.lax
creating libscx.la
(cd .libs && rm -f libscx.la && ln -s ../libscx.la libscx.la)
make[3]: Entering directory `/home/crestani/scx-0.2/c'
make[3]: Nothing to be done for `install-exec-am'.
/bin/bash ../mkinstalldirs
/usr/local/lib/scsh/scx/0.6/scx-0.2/lib/i686-pc-cygwi
n
/bin/bash ../libtool --mode=install /usr/bin/install -c libscx.la
/usr/local/l
ib/scsh/scx/0.6/scx-0.2/lib/i686-pc-cygwin/libscx.la
/usr/bin/install -c .libs/libscx.lai
/usr/local/lib/scsh/scx/0.6/scx-0.2/lib/i68
6-pc-cygwin/libscx.la
/usr/bin/install -c .libs/libscx.a
/usr/local/lib/scsh/scx/0.6/scx-0.2/lib/i686-
pc-cygwin/libscx.a
ranlib /usr/local/lib/scsh/scx/0.6/scx-0.2/lib/i686-pc-cygwin/libscx.a
chmod 644 /usr/local/lib/scsh/scx/0.6/scx-0.2/lib/i686-pc-cygwin/libscx.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/scsh/scx/0.6/scx-0.2/lib/i686-pc-cygwin
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/crestani/scx-0.2/c'
make[2]: Leaving directory `/home/crestani/scx-0.2/c'
make[1]: Leaving directory `/home/crestani/scx-0.2/c'
make[1]: Entering directory `/home/crestani/scx-0.2'
make[2]: Entering directory `/home/crestani/scx-0.2'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/crestani/scx-0.2'
make[1]: Leaving directory `/home/crestani/scx-0.2'
Scheme48 heap overflow
|