| The link line you see is for cscore, what you want is the link line for
csound.
You should see -lwinmm there.
----- Original Message -----
From:
To: "Csound Developers Discussion List"
Sent: Friday, April 23, 2004 9:31 PM
Subject: [CSOUND-DEV:4507] Re: Newbie trying to build Csound5 on mingw
> I am already using the prerelease version of libsndfile, and the library
> libwinmm.a is on: C:\Dev-Cpp\lib
>
> on custom.py, I have set:
>
> customLIBPATH.append('c:/dev-cpp/lib')
>
> but I am still getting the 'unknown references'. I notice that the compile
> line on the msys terminal is:
> g++ -o cscore.exe
util1\cscore\cscore_main.o -LC:\Dev-Cpp\lib -LC:\msys\1.0
>
\local\lib -LC:\Dev-Cpp\libsndfile-1.0.10pre4 -L. -L. -L. -L\usr\include\lib
-
>
L\usr\local\lib -lcsound -lsndfile -lkernel32 -lgdi32 -lwsock32 -lole32 -luu
id
>
>
> It looks like the winmm library is not being included. Being the total
newbie
> I am, this maybe nonsense...
> Any ideas?
>
> |