Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3735] csound5 compilation

Date2003-12-10 18:31
FromAntoine Lefebvre
Subject[CSOUND-DEV:3735] csound5 compilation
AttachmentsNone  

Date2003-12-10 19:51
Fromramsdell@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

Date2003-12-11 15:47
Fromramsdell@mitre.org (John D. Ramsdell)
Subject[CSOUND-DEV:3744] Re: csound5 compilation
Antoine Lefebvre  writes:

> Also in
> configure.in, in the summary, i changed
> if test "$RTAUDIO"; then
> to
> if test "$USE_RTAUDIO"; then
> so that the summary is correct

I fixed configure.in.  I wasn't sure about the change requests, so I
made no other changes.

John