>From: Jim Davidson <[EMAIL PROTECTED]>
>Reply-To: AOLserver Discussion <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: [AOLSERVER] [ aolserver-Support Requests-417631 ] Cannot
>        compile              AOLserver on F
>Date: Tue, 24 Apr 2001 08:23:26 EDT
>
>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

I'm not sure what version of FreeBSD you're running, but on 4.2-RELEASE and
AOLserver 3.3.1 I had to do just the opposite e.g.,

TCL8X_LIB=libtcl83g.a

to:

TCL8X_LIB=libtcl8.3g.a

Which is line 262 of Makefile.global
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to