Bugs item #428357, was updated on 2001-05-29 09:34
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=428357&group_id=3152

Category: Configuration: Server
Group: aolserver3_4
Status: Open
Resolution: None
Priority: 5
Submitted By: Catalin Ivan (zorbathecat)
Assigned to: Nobody/Anonymous (nobody)
Summary: FreeBSD building needs libtcl8.3g.a

Initial Comment:
The ChangeLog tells that the tcl library naming
required for OpenBSD is "libtcl83g.a|so", AND that
this is applicable to ALL BSD systems.

Not so it seems on FreeBSD: (uname -a)
FreeBSD gremlin.mycloe.com 4.2-RELEASE FreeBSD 4.2-
RELEASE #0: Mon Nov 20 13:02:55 GMT 2000
[EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC
i386
(added Linux compat libs, but there is no obvious
reason to me it would change any BSD behaviour)

I build aolserver successfully only after following
change to include/Makefile.global:

ifeq (bsd, $(findstring bsd, $(PLATFORM)))
  TCL76_LIB=libtcl76.a
  #TCL8X_LIB=libtcl83g.a   <-- original line
  TCL8X_LIB=libtcl8.3g.a   <-- my change
else
  TCL76_LIB=libtcl7.6.a
  TCL8X_LIB=libtcl8.3g.a
endif

For any more info contact me, Catalin Ivan (Cat)
at [EMAIL PROTECTED]
Hopefully this will save others the hair pulling.

keep up the good work
cat


----------------------------------------------------------------------

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=428357&group_id=3152

Reply via email to