Greg Farrell wrote:
> Hi guys,
>> I've always thought you can't link a library compiled with g++2.95
> with one compiled with 3.2. So I've stuck to one version of the compiler
> for everything.
>> However a customer uses g++3.2. So we have to give them our libraries
> built using this version of the compiler. But the only version of a
> third-party closed source library one of our components depends on that
> we can download refuses to link with a 3.2 compiled object. I'm guessing
> this third party library is compiled with an earlier version of g++.
>> So, are we stymied? Is it a case of telling the customer use gcc-2.95 or
> naff off. Or am I being a bit silly?
You mention g++ so I presume the c++ ABI is at issue here?
http://gcc.gnu.org/gcc-3.2/c++-abi.html
In summary you're fecked.
--
Pádraig Brady - http://www.pixelbeat.org
--- Following generated by rotagator ---
rsync really is worth knowing. Here are two common uses.
To only get differences between file on the remote and
local server. For e.g. if you're having problems downloading,
you can run this several times to get the file.
rsync -P rsync://rsync.server.com/path/to/file file
This would copy file1 to file2 at around 1 MByte/s
Think of it as nice for I/O.
rsync --bwlimit=1000 file1 file2
--
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!