-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-08-02 18:18, Hans-Christoph Steiner wrote:
- my builds currently don't produce .dll's, mainly because of
unresolved symbols; either we have to add "-no-undefined" to the LDFLAGS on w32, or we need some more explicit linking (against pd.lib), to resolve all those symbols. i'm just waiting for the build to finish, to see whether the former (and simpler solution) is sufficient.
--no-undefined seems fine for now, but my guess is that it'll bite in the long run.
i think it's "-no-undefined" (single dash at the beginning), which is a flag to libtool.
anyhow, when trying that i now do get a lot of errors, that the linker cannot resolve Pd's symbols (unfortunately i get an error for each unresolved symbol on each of the 540 or so object files, so i cannot properly tell which symbols apart from pd.lib are missing)
the linking stage takes quite long, so i'll have to resort to a dummy library first ...
fgmasdr IOhannes