On 1/21/07, Noah <[EMAIL PROTECTED]> wrote: > Hi there Finksters, > > I am trying to figure out why my 'fink update-all' command it failing. > I am running OSX 10.4.8 on an MBP > intel duo core. > > ---- snip ---- > > gcc -dynamiclib -o libdl.0.dylib dlfcn.o -install_name > /sw/lib/libdl.0.dylib > ld: warning -dylib_install_name /sw/lib/libdl.0.dylib not found in > segment address table LD_SEG_ADDR_TABLE > /sw/var/lib/fink/prebound/seg_addr_table > ld: warning multiple definitions of symbol _dladdr > dlfcn.o definition of _dladdr in section (__TEXT,__text) > /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libSystem.dylib(dyldAPIsInLibSystem.o) > definition of _dladdr > ld: warning multiple definitions of symbol _dlclose > dlfcn.o definition of _dlclose in section (__TEXT,__text) > /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libSystem.dylib(dyldAPIsInLibSystem.o) > definition of _dlclose > ld: warning multiple definitions of symbol _dlerror > dlfcn.o definition of _dlerror in section (__TEXT,__text) > /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libSystem.dylib(dyldAPIsInLibSystem.o) > definition of _dlerror > ld: warning multiple definitions of symbol _dlopen > dlfcn.o definition of _dlopen in section (__TEXT,__text) > /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libSystem.dylib(dyldAPIsInLibSystem.o) > definition of _dlopen > ld: warning multiple definitions of symbol _dlsym > dlfcn.o definition of _dlsym in section (__TEXT,__text) > /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libSystem.dylib(dyldAPIsInLibSystem.o) > definition of _dlsym > ld: Undefined symbols: > _dlcompat_init_func > /usr/bin/libtool: internal link edit command failed > make: *** [libdl.0.dylib] Error 1 > ### execution of make failed, exit code 2 > Failed: compiling dlcompat-20030522-2 failed > > > ---- snip ---- > > > > please help, > > Noah > >
Fink hasn't needed its own dlcompat package since 10.3. Did you migrate an old installation? -- Alexander K. Hansen (akh) Fink Documenter (still) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
