From owner-freebsd-ports@FreeBSD.ORG Thu Dec 8 05:14:54 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70ACA16A4EC for ; Thu, 8 Dec 2005 05:14:54 +0000 (GMT) (envelope-from xxjack12xx@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 745F743D46 for ; Thu, 8 Dec 2005 05:14:53 +0000 (GMT) (envelope-from xxjack12xx@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so383897wxc for ; Wed, 07 Dec 2005 21:14:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=sfUPUlJr0oZ3LnVE80++7WE4g/G/p5cERLAWXmH9EOQjwe0yuTPcnNgF6r4/+Kn/1eZVcLK3LlPtXRkI4mhEMz5bD5qPVvVEjo/yx/1f4KJrXEDnQT17pcebo9+3C3OKn+iiaefxXS+Z7kv/EDiAJn3/Ch9kPStxQupAEBIqS2c= Received: by 10.70.88.18 with SMTP id l18mr3244367wxb; Wed, 07 Dec 2005 21:14:52 -0800 (PST) Received: by 10.70.32.2 with HTTP; Wed, 7 Dec 2005 21:14:52 -0800 (PST) Message-ID: Date: Wed, 7 Dec 2005 21:14:52 -0800 From: "Jack L." To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Compile error with tcl-threads X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2005 05:14:55 -0000 I keep getting these types of compiler errors when tcl-threads-8.4.11,1 is installed instead of regular tcl. What is the difference between a threaded tcl and regular tcl and is there any way to compile epic5 with threaded tcl= ? cc -O2 -fno-strict-aliasing -pipe -march=3Dprescott -I /usr/local/include/tcl8.4 -I./../include -I../include -c info.c cc -O2 -fno-strict-aliasing -pipe -march=3Dprescott -I /usr/local/include/tcl8.4 -rpath=3D/usr/local/lib -o epic5 alias.o alist.o array.o clock.o commands.o compat.o crypt.o ctcp.o dcc.o debug.o exec.o files.o flood.o functions.o gailib.o glob.o hook.o if.o ignore.o input.o irc.o ircaux.o ircsig.o keys.o lastlog.o list.o log.o logfiles.o mail.o names.o network.o newio.o notify.o numbers.o output.o parse.o queue.o reg.= o screen.o server.o ssl.o status.o term.o timer.o translat.o vars.o who.o window.o words.o tcl.o info.o -L/usr/local/lib -ltcl84 -lncurses -lssl -lcrypto -lcrypt -lm /usr/local/lib/libtcl84.so: undefined reference to `pthread_attr_destroy' /usr/local/lib/libtcl84.so: undefined reference to `pthread_create' /usr/local/lib/libtcl84.so: undefined reference to `pthread_attr_init' /usr/local/lib/libtcl84.so: undefined reference to `pthread_exit' /usr/local/lib/libtcl84.so: undefined reference to `pthread_attr_setscope' /usr/local/lib/libtcl84.so: undefined reference to `pthread_attr_setstacksize' /usr/local/lib/libtcl84.so: undefined reference to `pthread_attr_setdetachstate' /usr/local/lib/libtcl84.so: undefined reference to `pthread_join' /usr/local/lib/libtcl84.so: undefined reference to `pthread_cond_timedwait' *** Error code 1 Stop in /usr/ports/irc/epic5/work/epic5-0.0.5/source. *** Error code 1 Stop in /usr/ports/irc/epic5/work/epic5-0.0.5. *** Error code 1 Stop in /usr/ports/irc/epic5. musirc#