Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2003 06:35:22 -0600
From:      Troy <troy@twisted.net>
To:        ports@freebsd.org
Subject:   cd-write 1.4.1_1 - cannot find -ltixsam4182
Message-ID:  <20031222123522.GA30763@twisted.net>

next in thread | raw e-mail | index | archive | help
I was trying to portupgrade cd-write-1.4.1_1 to 1.4.1_2 and am getting the
following error:  


./mkstr script_tk  < tk.tcl > tcl_scripts.h
for i in bgerror button dialog entry focus listbox menu obsolete
optMenu palette text scale scrlbar tearoff; do ./mkstr script_$i <
/usr/local/lib/tk8.2/$i.tcl; done >> tcl_scripts.h
echo "static char *packages[] = { script_tk," >> tcl_scripts.h
for i in bgerror button dialog entry focus listbox menu obsolete
optMenu palette text scale scrlbar tearoff; do echo "   script_$i,";
done >> tcl_scripts.h
echo "   0};" >> tcl_scripts.h
./mkstr script_tix  < EFileBox2.tcl > tix_scripts.h
echo "static char *tix_packages[] = { script_tix, 0 };" >> tix_scripts.h
c++ -g -O -I/usr/local/include/tcl8.2 -I/usr/local/include
-I/usr/local/include/tk8.2 -I/usr/X11R6/include -DTIX -c c++tk.cc
c++ -o  cd-write main.o iso9660.o copy.o write.o misc.o generic.o
specific.o worm.o dao.o c++tk/c++tk.o -L/usr/local/lib -L/usr/X11R6/lib
-ltixsam4182 -ltk82 -ltcl82 -lX11 -lm -lcam
/usr/libexec/elf/ld: cannot find -ltixsam4182
*** Error code 1

Stop in /usr/ports/sysutils/cd-write/work/cd-write.
*** Error code 1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031222123522.GA30763>