In a message dated 4/21/2001 12:02:34 AM Eastern Daylight Time,
[EMAIL PROTECTED] writes:


>
> gmake[3]: Entering directory
> `/usr/local/aolserver3_3_1/tcl8.3.2/unix'
> gmake[3]: *** No rule to make target `libtcl83g.a'.
> Stop.
> gmake[3]: Leaving directory
> `/usr/local/aolserver3_3_1/tcl8.3.2/unix'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory
> `/usr/local/aolserver3_3_1/tcl8.3.2'
> gmake[1]: *** [libtcl8x] Error 2
> gmake[1]: Leaving directory
> `/usr/local/aolserver3_3_1/nsd'
> gmake: *** [install] Error 1
>
>
> What is causing these errors, and how can I fix them?
> I have reformatted the server machine twice now.  It
> is imperative that I get this server up and running.
>
>
>




I think the Tcl config process on FreeBSD sets up a different name for libtcl
than on other Unix platforms.   In include/Makefile.global set TCL_LIB to
match what's being build in tcl8.3.2/unix/Makefile, e.g., change:

TCL_LIB=libtcl8.3g.a

to:

TCL_LIB=libtcl83g.a

or whatever is being built in Tcl.  Not sure why this happens on FreeBSD.

-Jim

Reply via email to