Order of the Butterfly
Posts: 404 from 2014/6/11
From: Germany
No, I didn't disable inlines at least not to my knowledge.
I don't use ld directly.
This is the compile command when building an executable:
Code:
ppc-morphos-g++-5 buildtest.cpp -o buildtest -D__MORPHOS_SHAREDLIBS -Iinclude -L. -lsword -lz_shared
The library libsword.a has been compiled with __MORPHOS_SHAREDLIBS as well and the objected files were combined using ar.
Are you saying that this should automatically link against libauto (-lauto) for the *Base types)?
If so that doesn't seem to be the case.
Adding -lauto manually I'm getting an error that ld cannot open -lauto
Manfred