Let's try first with GCC:
No, I could not recall where libsm-dev and libsm6 are...
Code: Select all
pwd
/UserRoot/plugger-5.1.3
Code: Select all
./configure --x-include=/usr/bin/X11
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 a BSD-compatible install... /usr/nekoware/bin/install -c
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers /usr/bin/X11
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for atexit in -ldl... yes
configure: creating ./config.status
config.status: creating Makefile
Code: Select all
make
gcc -c -O2 -Ipluginsdk/include -I/usr/bin/X11 -DXP_UNIX -DVERSION=\"5.1.3\" -fpic -I/usr/bin/X11 -o plugger.o plugger.c
gcc -c -O2 -Ipluginsdk/include -I/usr/bin/X11 -DXP_UNIX -DVERSION=\"5.1.3\" -fpic -I/usr/bin/X11 -o common.o pluginsdk/common/npunix.c
gcc -c -O2 -Ipluginsdk/include -I/usr/bin/X11 -DXP_UNIX -DVERSION=\"5.1.3\" -fpic -I/usr/bin/X11 -o plugger-common.o plugger-common.c
ld -shared -n32 -o plugger.so plugger.o common.o plugger-common.o
gcc -O2 -Ipluginsdk/include -I/usr/bin/X11 -DXP_UNIX -DVERSION=\"5.1.3\" -c plugger-helper.c
gcc -o plugger-5.1.3 plugger-helper.o plugger-common.o -L -lSM -lICE -lX11 -ldl
ld32: FATAL 9 : I/O error (-lSM): No such file or directory
collect2: ld devolvió el estado de salida 32
*** Error code 1 (bu21)
No, I could not recall where libsm-dev and libsm6 are...