With all due respect, I have been down many of these obvious paths. I have the latest instance of Scilab working which runs from a tcl/tk engine (which requires ldconfig to be run - and have run again as requested)
I beleieve there is something in the package makefile that needs altering. I have followed the instructions at http://www.csse.uwa.edu.au/cnet/install.html to the best of my ability. Again, below is the output from the 'make' command. What is the meaing of the make 2 error given from the compiler? 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 collect2: ld returned 1 exit status make[1]: *** [cnet] Error 1 make[1]: Leaving directory `/usr/src/cnet-2.0.10/src' make: *** [it] Error 2 -----Original Message----- From: [EMAIL PROTECTED] on behalf of Shawn Sent: Fri 09/02/2007 22:02 To: BLFS Support List Subject: Re: CNET - Network Simulator installation On February 9, 2007, Kevin Annies wrote: > Hello, > > Sorry if I wasn't clear. > > Tcl/TK are indeed both installed correctly according to the BLFS 6.2 > (development) procedure. tclsh and wish both execute from the command > line which gives me a good indication that they work. > > Regards > Kevin > > ________________________________ > > From: [EMAIL PROTECTED] on behalf of Ag. > Hatzimanikas Sent: Fri 09/02/2007 17:59 > To: [email protected] > Subject: Re: CNET - Network Simulator installation > > On ???, ??? 09, at 05:20 Kevin Annies wrote: > > There are several points that strike me, > > /usr/bin/ld: cannot find -ltcl > > Kevin Assuming you have installed tcl correctly and in the default location... try running 'ldconfig' as root. Then try your compile again. Shawn > > Please install the Tcl/Tk packages -both are present in Blfs Book- > and try to compile the package again. > > P.S. > For future reference,if you are going to start a new subject,please > start a new thread instead of replying to an unrelated existing one > and please format your lines to be under 72-80 character long (it > makes your mail unreadable). > > Thanks. > -- > 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. Try running ldconfig as root. Then try your compile again. Shawn -- 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.
<<winmail.dat>>
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
