On Tuesday 20 May 2008 10:03:17 James Mckenzie wrote: > I examined why libpt.dylib was not working and it is a soft link to the > actual file, but the actual file is in a different directory and the soft > link only links to a file in the same directory. Examining the make file > did not reveal why this happened. Continuing to look at other make files > to see if they modify the link location. > > The location of the actual dynamic library file: > > /sw/src/fink.build/root-pwlib1-1.10.10-2/sw/lib/lib/libpt_Darwin_x86_r.1.10 >.10.dylib > > The location of the libpt.dylib file is one directory up at: > > /sw/src/fink.build/root-pwlib1-1.10.10-2/sw/lib > > It links to as follows: > > libpt.dylib -> libpt_Darwin_*_r.dylib > > These files are located in the first directory. > > Thank you. > > James McKenzie > >
I've lost track of the local modifications here, but this is what I get using the change that jfmertens committed a few days ago (10.5.2/PowerPC): c++ -Wno-long-double -D_REENTRANT -Wall -D__MACOSX__ -DUSE_ESD=1 -I/sw2/src/fink.build/pwlib1-1.10.10-2/pwlib-1.10.10/include -O2 -O3 -fno-common -dynamic -fno-common -dynamic -fno-common -dynamic -fno-exceptions -fno-exceptions -fno-exceptions -fno-exceptions -c pipechan.cxx -o /sw2/src/fink.build/pwlib1-1.10.10-2/pwlib-1.10.10/lib/obj_Darwin_ppc_r/pipechan.o pipechan.cxx: In member function 'BOOL PPipeChannel::PlatformOpen(const PString&, const PStringArray&, PPipeChannel::OpenMode, BOOL, BOOL, const PStringToString*)': /usr/include/unistd.h:481: error: too many arguments to function 'pid_t setpgrp()' pipechan.cxx:295: error: at this point in file pipechan.cxx:308: warning: unused variable 'environ' make[2]: *** [/sw2/src/fink.build/pwlib1-1.10.10-2/pwlib-1.10.10/lib/obj_Darwin_ppc_r/pipechan.o] Error 1 make[1]: *** [opt] Error 2 So the "in-Fink" version didn't get as far as generating symlinks for me. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
