On 2/12/07, Kevin Annies <[EMAIL PROTECTED]> wrote: > > gcc -ansi -O -Wall -fPIC -Ilibelf -I/usr/X11R6/include -c trace.c > gcc -ansi -O -Wall -fPIC -Ilibelf -I/usr/X11R6/include -c tcltk_notifier.c > gcc -ansi -O -Wall -fPIC -Ilibelf -I/usr/X11R6/include -c win32.c > gcc -rdynamic -o cnet applicationlayer.o checksums.o cnetmain.o > cnet64bits.o compile.o drawframes.o ethernet.o events.o exit.o > error.o globals.o images.o lexical.o link_menu.o link_windows.o > load.o main_window.o motd.o node_menu.o node_windows.o parser.o > physicallayer.o poisson.o scheduler.o statistics.o std_application.o > std_physical.o stdio.o timers.o topology.o trace.o tcltk_notifier.o > win32.o -L/usr/lib -L/usr/lib -Llibelf -ltcl -ltk -lX11 -lelf -ldl -lm > > /usr/bin/ld: cannot find -ltcl
Isn't libtcl actually libtcl8.4.so in our case? I would imagine making the link libtcl.so -> libtcl8.4.so in /usr/lib would fix this issue. But, I don't use tcl, so this might break things. Or, maybe there's a way to make cnet use libtcl8.4.so (i.e, ltcl8.4 instead of ltcl). -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
