This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problems and solutions for building Xconq


I was able to build Xconq from cvs for the first time since many months after 
some modifications. First I moved away the tcl and tk directories:

mv tk TK
mv tcl TCL

Then I ran configure and make. In x11 it stoppend with:

rm -f xconq
gcc -o xconq -g -DUNIX  -DHAVE_SELFILE   -I. -I./.. -I./../kernel  
-I./../tcl/generic -I./../tk/generic -I/usr/X11R6-4.2.0/include   xconq.o 
../tcltk/libtkui.a ../tcltk/libtkimf.a ../kernel/libconq.a 
../kernel/libconqlow.a -L/usr/X11R6-4.2.0/lib  -Wl,-rpath,/usr/local/lib 
-L/usr/local/lib -ltcl8.3 -L/usr/local/lib -ltk8.3g -lXext -lXmu -lX11  -ldl 
-lm
/usr/local/lib/libtk8.3g.so: odefinierad referens till "Tcl_SetMainLoop"
collect2: ld returned 1 exit status
make: *** [xconq] Error 1


I executed:
$ sed s/-ltcl8.3/-ltcl8.3g/ x11/Makefile > x11/Makefile.modified
$ mv x11/Makefile.modified x11/Makefile

Then I ran make again and it worked.

I would really appreciate if the build worked with less manual intervention.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]