Michael wrote:
I seem to have broken my own package, and am at a loss as to how. The build fails with:

/usr/bin/libtool: internal link edit command failed

This means that there was an error, but the message describing the error comes before this line.


make[4]: *** [libgdk-x11-2.0.la] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of ulimit failed, exit code 2
Failed: compiling gtk+2-2.6.2-3 failed

Immediately preceded by 50 or 60 lines of multiple definition warnings caused by the difference of fontconfig libraries contained in /usr/X11R6, and the ones that pango was forced to link to in the fink

Sometimes you get many hundreds of multiple definition warnings. Nothing to worry about.


directory. That's the same as it has been for a while. Then before that, I get:

/.libs/libgdk_pixbuf-2.0.dylib /sw/lib/libintl.dylib -install_name /sw/lib/libgdk-x11-2.0.0.dylib -compatibility_version 601 -current_version 601.2
ld: warning -dylib_install_name /sw/lib/libgdk-x11-2.0.0.dylib not found in segment address table LD_SEG_ADDR_TABLE /sw/var/lib/fink/prebound/seg_addr_table



I don't understand the -compatibility_version error

This isn't an error. The -compatibility_version 601 is part of the compiler command, and the ld: warning is just that, a warning. Nothing more.


--
Martin



-------------------------------------------------------
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-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to