Hello,
I am trying to build AOL Server 3.4 on FreeBSD 5.0 I am using "gmake"
and not the native FreeBSD "make". The build is failing with the
following errors:
creating ./config.status
creating Makefile
creating tclConfig.sh
(cd /home/murban/aolserver-3.4/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
`/home/murban/aolserver-3.4/tcl8.3.2/unix'
gmake[2]: *** No rule to make target `libtcl83g.a'. Stop.
gmake[2]: Leaving directory `/home/murban/aolserver-3.4/tcl8.3.2/unix'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/murban/aolserver-3.4/tcl8.3.2'
gmake: *** [libtcl8x] Error 2
Can anyone help me with this problem? I have basic C skills but I have
no experience with creating make files and such. Any help with this
problem would be greatly appreciated.
Thanks,
Mike