The problem is with the Makefile.global in the include directory. vi says it's line 262, and you need to edit it to look like this: TCL8X_LIB=libtcl8.3g.a So basically you're just adding a 'dot' between the 8 and the 3. The makefile makes some assumptions about what the tcl libs are named on *BSD and they missed it on FreeBSD. >From: "Mr. Source Forge" <[EMAIL PROTECTED]> >Reply-To: AOLserver Discussion <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [AOLSERVER] [ aolserver-Support Requests-417631 ] Cannot compile > AOLserver on FreeBSD >Date: Fri, 20 Apr 2001 07:05:03 -0700 > >Support Requests item #417631, was updated on 2001-04-20 07:05 >You can respond by visiting: >http://sourceforge.net/tracker/?func=detail&atid=203152&aid=417631&group_id=3152 > >Category: First-Time Startup >Group: None >Status: Open >Resolution: None >Priority: 5 >Submitted By: Doug Coughler (doug-coughler) >Assigned to: Nobody/Anonymous (nobody) >Summary: Cannot compile AOLserver on FreeBSD > >Initial Comment: >I am a Quality Assurance Software Engineer for Nokia, >Inc. in Kanata, Ontario, Canada. I am trying to >install AOLServer in our test lab for doing tests with >our new SSL Accelerator. The server is a FreeBSD 4.2 >machine. I am using GMAKE 3.79.1 to compile it. > >Everytime I try to compile aolserver, I get the >following error: > >===== >gmake >===== > >gmake[2]: Entering directory >`/usr/local/aolserver3_3_1/tcl7.6/unix' >gmake[2]: `libtcl76.a' is up to date. >gmake[2]: Leaving directory >`/usr/local/aolserver3_3_1/tcl7.6/unix' >gmake[1]: Leaving directory >`/usr/local/aolserver3_3_1/tcl7.6' >(cd /usr/local/aolserver3_3_1/tcl8.3.2 && gmake all) >gmake[1]: Entering directory >`/usr/local/aolserver3_3_1/tcl8.3.2' >(cd /usr/local/aolserver3_3_1/tcl8.3.2/unix; gmake >CFLAGS='-I../include -D_REENTRANT=1 -DNDEBUG=1 -g - >fPIC -Wall -Wno-unused -pthread -mcpu=pentium - >D_THREAD_SAFE=1 -DHAVE_CMMSG=1 -DNO_TIMEZONE=1 - >DHAVE_TIMEGM=1 -DUSE_TCL8X -Dfork=ns_fork - >Dreaddir=ns_readdir -Dgmtime=ns_gmtime - >Dsignal=ns_signal -Dlocaltime=ns_localtime' >libtcl83g.a) >gmake[2]: Entering directory >`/usr/local/aolserver3_3_1/tcl8.3.2/unix' >gmake[2]: *** No rule to make target `libtcl83g.a'. >Stop. >gmake[2]: Leaving directory >`/usr/local/aolserver3_3_1/tcl8.3.2/unix' >gmake[1]: *** [all] Error 2 >gmake[1]: Leaving directory >`/usr/local/aolserver3_3_1/tcl8.3.2' >gmake: *** [libtcl8x] Error 2 > > >========== >gmake install >========== > >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. > >- Doug Coughler > >_________________________________________________ >Doug Coughler >NOKIA >Quality Assurance Test Engineer >Phone: (613)271-6937 Cell: (613) 263-6120 >FAX:(613)591-7451 [EMAIL PROTECTED] >_________________________________________________ > > >---------------------------------------------------------------------- > >You can respond by visiting: >http://sourceforge.net/tracker/?func=detail&atid=203152&aid=417631&group_id=3152 _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com
