Dan, I Changed the defintion within the makefile to look for ltcl8.4
This worked :-) Thanks very much Best Regards Kevin -----Original Message----- From: [EMAIL PROTECTED] on behalf of Dan Nicholson Sent: Mon 2/12/2007 4:44 PM To: BLFS Support List Subject: Re: CNET - Network Simulator installation 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 -------------------------------------------------------- NOTICE This message and any files transmitted with it is intended for the addressee only and may contain information that is confidential or privileged. Unauthorised use is strictly prohibited. If you are not the addressee, you should not read, copy, disclose or otherwise use this message, except for the purpose of delivery to the addressee. Any views or opinions expressed within this e-mail are those of the author and do not necessarily represent those of Coventry University.
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
