> 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 _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool