From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: Re: porting eggdrop 1.1.5 10 Dec 1998 11:17:05 -0800 Message-ID: <199812100735.BAA06778.cygnus.gnu-win32@modi.xraylith.wisc.edu> References: <19981209212459 DOT 22580 DOT qmail AT findmail DOT com> To: "Steven" Cc: gnu-win32 AT cygnus DOT com "Steven" writes: > gcc -o eggdrop botcmd.o botnet.o chan.o chanprog.o chanset.o cmds.o dcc.o dcc > util.o gotdcc.o hash.o main.o match.o mem.o misc.o mode.o msgcmds.o msgnotice > .o net.o notes.o tcl.o tclchan.o tcldcc.o tclhash.o tclmisc.o tcluser.o userr > ec.o users.o -Lg:\CYGNUS\CYGWIN~1\SHARE\TCL8.0 -ltcl -lm > //G/CYGNUS/CYGWIN~1/H-I586~1/i586-cygwin32/bin/ld: cannot open -ltcl: No such > file or directory Specify -ltcl80. Tcl libraries are by default installed with version numbers attached. The only discrepancy is whether or not there is "." in the version number (SunOS4.1 for example can't take it). > ec.o users.o -Lg:\CYGNUS\CYGWIN~1\SHARE\TCL8.0 -ltcl -lm ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^??? What is this? Are you sure you don't mean: -Lg:\\cygnus\\cygwin-b20\\H-i586-cygwin32\\lib You should really use tclConfig.sh for the various definitions and get it right on all platforms in one shot. I'm somewhat surprised that eggdrop, whatever that is, doesn't use a configuration scheme that takes care of these details for you (note: I know nothing about this package, so don't know if it does or not). Regards, Mumit - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".