This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: porting eggdrop 1.1.5


"Steven" <bitpack@erols.com> 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@cygnus.com" with one line of text: "help".


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