FS#4632 - boost libraries have unwanted -gcc suffix
Attached to Project:
Arch Linux
Opened by Thom Johansen (preglow) - Saturday, 13 May 2006, 22:21 GMT
Last edited by arjan timmerman (blaasvis) - Thursday, 25 May 2006, 15:47 GMT
Opened by Thom Johansen (preglow) - Saturday, 13 May 2006, 22:21 GMT
Last edited by arjan timmerman (blaasvis) - Thursday, 25 May 2006, 15:47 GMT
|
Details
All of the libboost libraries are suffixed with -gcc.
Example: libboost_filesystem.a is libboost_filesystem-gcc.a
in arch. I believe no packages that actually use boost
libraries will expect to see this suffix, which will give
autoconf or makefile errors.
|
This task depends upon
Closed by Kevin Piche (kpiche)
Tuesday, 30 May 2006, 02:31 GMT
Reason for closing: Fixed
Additional comments about closing: No '-gcc' suffixes on libraries in boost 1.33.1-5
Tuesday, 30 May 2006, 02:31 GMT
Reason for closing: Fixed
Additional comments about closing: No '-gcc' suffixes on libraries in boost 1.33.1-5
It looks like config/auto_link.hpp might yield the functionality you describe, but needing to use a header file to decide on linker time options sounds a bit strange to me.