ude -no-cpp-precomp -MT error.lo -MD -MP -MF ".deps/error.Tpo" \
-c -o error.lo `test -f 'error.c' || echo './'`error.c; \
then mv -f ".deps/error.Tpo" ".deps/error.Plo"; \
else rm -f ".deps/error.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -fno-common -DPIC -o .libs/error.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o >/dev/null 2>&1
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT descriptors.lo -MD -MP -MF ".deps/descriptors.Tpo" \
-c -o descriptors.lo `test -f 'descriptors.c' || echo './'`descriptors.c; \
then mv -f ".deps/descriptors.Tpo" ".deps/descriptors.Plo"; \
else rm -f ".deps/descriptors.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT descriptors.lo -MD -MP -MF .deps/descriptors.Tpo -c descriptors.c -fno-common -DPIC -o .libs/descriptors.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT descriptors.lo -MD -MP -MF .deps/descriptors.Tpo -c descriptors.c -o descriptors.o >/dev/null 2>&1
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT darwin.lo -MD -MP -MF ".deps/darwin.Tpo" \
-c -o darwin.lo `test -f 'darwin.c' || echo './'`darwin.c; \
then mv -f ".deps/darwin.Tpo" ".deps/darwin.Plo"; \
else rm -f ".deps/darwin.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT darwin.lo -MD -MP -MF .deps/darwin.Tpo -c darwin.c -fno-common -DPIC -o .libs/darwin.o
darwin.c:57:2: warning: #warning "libusb being compiled for 10.3 or higher"
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT darwin.lo -MD -MP -MF .deps/darwin.Tpo -c darwin.c -o darwin.o >/dev/null 2>&1
/bin/sh ./libtool --mode=link gcc -no-cpp-precomp -Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,IOKit -L/sw/lib -o libusb.la -rpath /sw/lib -version-info 8:0:4 -release 0.1 -export-dynamic -framework IOKit -framework CoreFoundation usb.lo error.lo descriptors.lo darwin.lo
gcc -dynamiclib -undefined dynamic_lookup -o .libs/libusb-0.1.4.4.0.dylib .libs/usb.o .libs/error.o .libs/descriptors.o .libs/darwin.o -L/sw/lib -Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,IOKit -framework IOKit -framework CoreFoundation -install_name /sw/lib/libusb-0.1.4.dylib -Wl,-compatibility_version -Wl,9 -Wl,-current_version -Wl,9.0
ld: warning -dylib_install_name /sw/lib/libusb-0.1.4.dylib not found in segment address table LD_SEG_ADDR_TABLE /sw/var/lib/fink/prebound/seg_addr_table
(cd .libs && rm -f libusb-0.1.4.dylib && ln -s libusb-0.1.4.4.0.dylib libusb-0.1.4.dylib)
(cd .libs && rm -f libusb.dylib && ln -s libusb-0.1.4.4.0.dylib libusb.dylib)
ar cru .libs/libusb.a usb.o error.o descriptors.o darwin.o
ranlib .libs/libusb.a
creating libusb.la
(cd .libs && rm -f libusb.la && ln -s ../libusb.la libusb.la)
Making all in tests
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/sw/include -g -O2 -g -Wall -MT testlibusb.o -MD -MP -MF ".deps/testlibusb.Tpo" \
-c -o testlibusb.o `test -f 'testlibusb.c' || echo './'`testlibusb.c; \
then mv -f ".deps/testlibusb.Tpo" ".deps/testlibusb.Po"; \
else rm -f ".deps/testlibusb.Tpo"; exit 1; \
fi
/bin/sh ../libtool --mode=link gcc -g -O2 -g -Wall -Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,IOKit -L/sw/lib -o testlibusb testlibusb.o ../libusb.la -framework IOKit
mkdir .libs
gcc -g -O2 -g -Wall -Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,IOKit -o .libs/testlibusb testlibusb.o -L/sw/lib ../.libs/libusb.dylib
ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of .libs/testlibusb overlaps with __TEXT segment (address = 0x0 size = 0x9000) of /sw/lib/libusb-0.1.4.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x3000) of .libs/testlibusb overlaps with __TEXT segment (address = 0x0 size = 0x9000) of /sw/lib/libusb-0.1.4.dylib
ld: warning prebinding not disabled because (__DATA segment (address = 0x4000 size = 0x1000) of .libs/testlibusb overlaps with __TEXT segment (address = 0x0 size = 0x9000) of /sw/lib/libusb-0.1.4.dylib
ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x5000 size = 0x2000) of .libs/testlibusb overlaps with __TEXT segment (address = 0x0 size = 0x9000) of /sw/lib/libusb-0.1.4.dylib
creating testlibusb
Making all in doc
rm -rf html
mkdir html
openjade -t sgml -d ./website.dsl\#html ./manual.sgml
dyld: openjade Undefined symbols:
__ZTVN10__cxxabiv117__class_type_infoE
__ZTVN10__cxxabiv120__si_class_type_infoE
__ZTVN10__cxxabiv121__vmi_class_type_infoE
__ZTVSt9bad_alloc
___cxa_pure_virtual
___gxx_personality_v0
make[2]: *** [html/index.html] Trace/BPT trap
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.XrxbPq failed, exit code 2
Removing build lock...
dpkg -r fink-buildlock-libusb-0.1.8-13
(Reading database ... 62318 files and directories currently installed.)
Removing fink-buildlock-libusb-0.1.8-13 ...
Failed: phase compiling: libusb-0.1.8-13 failed


On Mar 16, 2005, at 10:49 AM, Alexander K. Hansen wrote:


On Mar 16, 2005, at 10:35 AM, Robert Nuzum wrote:

This seems to be the first place it started spitting out errors.


gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT usb.lo -MD -MP -MF .deps/usb.Tpo -c usb.c -fno-common -DPIC -o .libs/usb.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT usb.lo -MD -MP -MF .deps/usb.Tpo -c usb.c -o usb.o >/dev/null 2>&1
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT error.lo -MD -MP -MF ".deps/error.Tpo" \
-c -o error.lo `test -f 'error.c' || echo './'`error.c; \
then mv -f ".deps/error.Tpo" ".deps/error.Plo"; \
else rm -f ".deps/error.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -fno-common -DPIC -o .libs/error.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o >/dev/null 2>&1
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp




Please post what comes after the last line above, i.e. we still don't know the nature of the error.


--
Alexander Hansen
Fink Documentarian
[Day Job] Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX




------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to