On Fri, Sep 18, 2009 at 4:36 PM, Hanspeter Niederstrasser <[email protected]> wrote: > John Peterson wrote: >> >> Hi, >> >> I think something may be wrong with the tclx package. I get the >> following error: >> >> fink install tclx9 >> ... >> Installing ./doc/TclX.n >> cp .libs/libtclx.8.0.4.dylib >> /sw/src/fink.build/root-tclx9-8.4.0-2/sw/lib/libtclx.8.4.0.dylib >> cp: .libs/libtclx.8.0.4.dylib: No such file or directory >> ### execution of cp failed, exit code 1 >> Removing runtime build-lock... >> Removing build-lock package... >> /sw/bin/dpkg-lockwait -r fink-buildlock-tclx9-8.4.0-2 >> (Reading database ... 153184 files and directories currently installed.) >> Removing fink-buildlock-tclx9-8.4.0-2 ... >> Failed: phase installing: tclx9-8.4.0-2 failed > > See FAQ 6.6: <http://www.finkproject.org/faq/comp-general.php?phpLang=en>
Yes, of course, I'm sorry. Up above I found the following warnings at the link stage cc -dynamiclib -L/sw/lib -o libtclx8.4.dylib tclXbsearch.o tclXchmod.o tclXcmdloop.o tclXdebug.o tclXdup.o tclXfcntl.o tclXfilecmds.o tclXfilescan.o tclXflock.o tclXfstat.o tclXgeneral.o tclXhandles.o tclXinit.o tclXkeylist.o tclXlib.o tclXlist.o tclXmath.o tclXmsgcat.o tclXprocess.o tclXprofile.o tclXselect.o tclXsignal.o tclXstring.o tclXsocket.o tclXutil.o tclXoscmds.o tclXlgets.o tclXunixCmds.o tclXunixDup.o tclXunixId.o tclXunixOS.o tclXunixSock.o -lm -L/sw/lib -ltclstub8.4 ld warning: in tclXbsearch.o, file is not of required architecture ld warning: in tclXchmod.o, file is not of required architecture ld warning: in tclXcmdloop.o, file is not of required architecture ld warning: in tclXdebug.o, file is not of required architecture ... etc. Perhaps this is enough to prevent the library from being built. I'm using Mac OSX 10.5.8 Thanks everyone for your help! -- John ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
