[bt-devel] Sword Installmgr Question
Fred Saalbach
bt-devel@crosswire.org
Sun, 05 Aug 2001 19:41:01 -0400
Compiling sword installmgr from CVS i get the following error. Does
anyone know how to overcome it?
Thanks
Fred Saalbach
-------------
This is on mandrake 8.0
make[2]: Leaving directory
`/home/fks00/Develop/cvs_repository/~sword/apps/X11/InstallMgr/macros'
make[2]: Entering directory
`/home/fks00/Develop/cvs_repository/~sword/apps/X11/InstallMgr/macros'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/fks00/Develop/cvs_repository/~sword/apps/X11/InstallMgr/macros'
Making all in src
make[2]: Entering directory
`/home/fks00/Develop/cvs_repository/~sword/apps/X11/InstallMgr/src'
cd .. \
&& CONFIG_FILES=src/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating src/Makefile
make[2]: Leaving directory
`/home/fks00/Develop/cvs_repository/~sword/apps/X11/InstallMgr/src'
make[2]: Entering directory
`/home/fks00/Develop/cvs_repository/~sword/apps/X11/InstallMgr/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -I ../../../../include -I ../../VCL -static
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -g -O2 -c main.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -I ../../../../include -I ../../VCL -static
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -g -O2 -c callbacks.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -I ../../../../include -I ../../VCL -static
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -g -O2 -c MainFrm.cpp
c++ -g -O2 -o installmgr main.o callbacks.o MainFrm.o
-L../../../../lib -lVCL -lSM -lICE -L/usr/lib -L/usr/X11R6/lib -lgtk
-lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lsword -L
../../VCL -lz
/usr/bin/ld: cannot find -lVCL
collect2: ld returned 1 exit status