
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
Hi,
I’m pretty new to both C and PortAudio and I was just beginning to experiment with it. So far, I have installed Cygwin and extracted the PortAudio download into the Cygwin directory. Calling ./configure --host=i686-pc-mingw32… worked well. After calling make, I receive the error
undefined reference to ‘___assert’ follow
collect2: Id returned 1 exit status
make: *** [bin/paqa_devs] Error 1
Following through, the installation is completed. The next
problem that I encounter that is probably an oversight by me occurs when I try
and compile a test project.
I’m using Dev-C++ for a development environment. I included
the libportaudio.a file as a Linker to the project and put it in the directory
of my test file. There is also the #include "portaudio.h"
statement at the top of the test file. When I try and compile the
project, I receive multiple errors like
[Linker error] undefined reference to
‘___gxx_personality_v0’
[Linker error] undefined reference to
‘___assert’
[Linker error] undefined reference to
‘timeGetTime@0’
[Linker error] undefined reference to
‘waveInOpen@24’
There are then many errors referencing ‘wave…’.
Any help would be greatly appreciated.
Thank you.
_______________________________________________
Portaudio mailing list
Portaudio@...
http://techweb.rfa.org/mailman/listinfo/portaudio