libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Help needed to build shared library with libtool


From: David Aldrich
Subject: RE: Help needed to build shared library with libtool
Date: Fri, 14 Oct 2011 13:59:19 +0000

> Your object files are created without using libtool?

Yes, just g++.

> 
> > ln: creating symbolic link `libGUI.so.0': Operation not supported
> > make: *** [libGUI.so] Error 1
> 
> That's a new one for me, you snipped the ln command that fails though.
> 
> I don't know how much you care about portability, if you aren't worried
> about it (previously your Makefile with older libtool would only create
> working shared libraries with compilers that understand -shared and
> where the shared library extension is .so), then you may be better off
> not using libtool at all, and just doing
> g++ -shared -o libGUI.so ....

Well that would be fine. We just need to build for Linux.  To be honest I don't 
know why we are using libtool.  I will try just using g++ ...

Thanks again

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]