Date: Mon, 22 Dec 2003 15:39:45 +0300 From: "Sergey A. Osokin" <osa@freebsd.org.ru> To: Troy <troy@twisted.net> Cc: ports@freebsd.org Subject: Re: cd-write 1.4.1_1 - cannot find -ltixsam4182 Message-ID: <20031222123944.GP35515@freebsd.org.ru> In-Reply-To: <20031222123522.GA30763@twisted.net> References: <20031222123522.GA30763@twisted.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 22, 2003 at 06:35:22AM -0600, Troy wrote: > 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 Try to use -ltixsam8184 instead of -ltixsam4182. Let me knows if it helps you. -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031222123944.GP35515>