say in mingw sndlib gets all the way to linking, is there any hope here? i tried substituting -mi386pe for -mwindows but it just gave a slew unresolved.
h...@zippy /c/Software/sndlib $ make g++ -c -DHAVE_CONFIG_H -I. -g -O2 headers.c g++ -c -DHAVE_CONFIG_H -I. -g -O2 audio.c g++ -c -DHAVE_CONFIG_H -I. -g -O2 io.c g++ -c -DHAVE_CONFIG_H -I. -g -O2 sound.c g++ -c -DHAVE_CONFIG_H -I. -g -O2 xen.c g++ -c -DHAVE_CONFIG_H -I. -g -O2 vct.c g++ -c -DHAVE_CONFIG_H -I. -g -O2 clm.c g++ -c -DHAVE_CONFIG_H -I. -g -O2 sndlib2xen.c g++ -c -DHAVE_CONFIG_H -I. -g -O2 clm2xen.c g++ -c -DHAVE_CONFIG_H -I. -g -O2 midi.c g++ -c -DHAVE_CONFIG_H -I. -g -O2 run.c g++ -c -DHAVE_CONFIG_H -I. -g -O2 s7.c ld -mwindows headers.o audio.o io.o sound.o xen.o vct.o clm.o sndlib2xen.o clm2x en.o midi.o run.o s7.o -o sndlib.so c:\MinGW\bin\ld.exe: unrecognised emulation mode: windows Supported emulations: i386pe make: *** [sndlib] Error 1 h...@zippy /c/Soft _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
