MinGW a2dll
Date | 2005-10-14 19:41 |
From | "James Hearon" |
Subject | MinGW a2dll |
Get link errors trying to use a2dll on win32 to create dll from libscound.a. It's looking for dependencies. My folder has: 1.0, boost_1_32_0, fltk-1.1.6, fluidsynth-1.0.3-win32, libsndfile-1.0.11, MinGW, portaudio, SWIG-1.3.24, and python23, Scons, and wxpython are installed. Where does one put the csound srcs to effectively use gcc, and mingw tools and could you give an example command line, showing how to compile and link properly? I'm not building, just trying to use tools, but not quite sure how to set up directories in Msys so that it finds everything it needs. Huge Thanks. |
Date | 2005-10-14 20:36 |
From | Istvan Varga |
Subject | Re: MinGW a2dll |
James Hearon wrote: > Get link errors trying to use a2dll on win32 to create dll from > libscound.a. It's looking for dependencies. My folder has: 1.0, > boost_1_32_0, fltk-1.1.6, fluidsynth-1.0.3-win32, libsndfile-1.0.11, > MinGW, portaudio, SWIG-1.3.24, and python23, Scons, and wxpython are > installed. Does scons dynamicCsoundLibrary=1 not work on Windows ? If so, then it should be fixed, particularly given that using dynamic libraries may be preferred for a release on that platform. |