[CSOUND-DEV:3735] csound5 compilation
Date | 2003-12-10 18:31 |
From | Antoine Lefebvre |
Subject | [CSOUND-DEV:3735] csound5 compilation |
Attachments | None |
Date | 2003-12-10 19:51 |
From | ramsdell@mitre.org (John D. Ramsdell) |
Subject | [CSOUND-DEV:3736] DLL generation |
Michael, I have a hypothesis that may explain why attempts to build a DLL fail on Cygwin when using the GNU build system in the csound module. Maybe the reason there are undefined references is simply because the sources used to build the DLL contain files it should not. Please read the definition of libcsound_la_SOURCES in csound/Makefile.am and elide the names of source files that do not support the implementation of the Csound API. Be sure to update your csound sandbox, as I corrected another error associated with generating DLLs. I added -no-undefined to libcsound_la_LDFLAGS. Thanks. John |
Date | 2003-12-11 15:47 |
From | ramsdell@mitre.org (John D. Ramsdell) |
Subject | [CSOUND-DEV:3744] Re: csound5 compilation |
Antoine Lefebvre |