Library is tool large

Daniel Bell <[email protected]>
Newsgroups gmane.comp.gnu.libtool.general
Message-ID <CAHT9ax1rT-HLvv9VyQqSoGr+NttTVSxG62_YNRDVpxoed01+yg@mail.gmail.com>
Hello,

I am currently seeking a solution to the following issue.

I am creating a library that relies on boost_serialisation.

The intention is to use libtool to merge these two libraries together into
one final library, removing the need for any program that uses my library
to have boost available. Should be simple, right?

Anyway, here is the error that i am encountering. A total pain.

*libtool: archive member: libboost_serialization.a(ept_table5) size too
large (archive member extends past the end of the file)*

1) Searching online for help

There are a couple of places where people have had this issue due to the
library not having the correct architecture making them incompatible.
Lipo for the two libraries......

Hal:Release daniel$ lipo -info libvision.a

input file libvision.a is not a fat file

Non-fat file: libvision.a is architecture: x86_64


Hal:Release daniel$ lipo -info libboost_serialization.a

input file libboost_serialization.a is not a fat file

Non-fat file: libboost_serialization.a is architecture: x86_64


2) Searching the mailing list for help

Nothing returned when searching selected phrases from the mailing list

i.e. "(*archive member extends past the end of the file)" or "**size too
large**"*

Has anyone seen this issue before?
Does anyone know of a solution to this problem?

Regards,

Daniel

_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.