[CSOUND-DEV:4155] RE: Csound5 building
Date | 2004-02-25 03:55 |
From | "Michael Gogins" |
Subject | [CSOUND-DEV:4155] RE: Csound5 building |
I checked out csound5 fresh from CVS tonight and was able to reconfigure and build it on Fedora Linux without problems. If you will email current versions of libsnd.c, diskin.c, and anything else you think relevant, I would be glad to merge them into CVS. ============================================ Michael Gogins gogins at pipeline period com Irreducible Productions CsoundVST, an extended version of Csound for programming music and sound Available at http://sourceforge.net/projects/csound/ ============================================ ----- Original Message ----- From: "John ffitch" |
Date | 2004-02-25 05:31 |
From | "Robert McNulty Junior" |
Subject | [CSOUND-DEV:4157] Error during install of Csound 5 |
Now I see this error. Am I doing something wrong? sherlock@bobby-junior ~/csoundcvs/csound5 $ make install /bin/bash ./libtool --mode=link gcc -O2 -g -Wall -o csound.exe -module -no-un defined -L.libs -L/usr/local/lib -mconsole -L/usr/local/lib csound-csound_main.o .libs/libcsound.a -mwindows -lfltk -lole32 -luuid -lcomctl32 -lwsock32 -lsup c++ -lpthread -lstdc++ -lsndfile -lportaudio -lwinmm -lm -lpthread -lfltk -lpth read -lfltk -lpthread libtool: link: warning: library `/usr/lib/libstdc++.la' was moved. libtool: link: warning: library `/usr/lib/libstdc++.la' was moved. gcc -O2 -g -Wall -o csound.exe -mconsole sound-csound_main.o -mwindows -L/home /sherlock/csoundcvs/csound5/.libs -L/usr/local/lib .libs/libcsound.a -lole32 -lu uid -lcomctl32 -lwsock32 /usr/lib/./libsupc++.a -L/GCC/gcc-3.3.1-3/.build/i686-p c-cygwin/libstdc++-v3/src -L/GCC/gcc-3.3.1-3/.build/i686-pc-cygwin/libstdc++ -v3/ src/.libs -L/GCC/gcc-3.3.1-3/.build/gcc -L/usr/i686-pc-cygwin/bin -L/usr/lib /gcc -lib/i686-pc-cygwin/3.3.1 -L/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../.. /usr/ lib/libstdc++.a -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc /usr/loc al/lib/libsndfile.a -lportaudio -lwinmm -lfltk -lpthread Info: resolving Fl::e_x by linking to __imp___ZN2Fl3e_xE (auto-import) Info: resolving Fl::e_y by linking to __imp___ZN2Fl3e_yE (auto-import) Info: resolving vtable for Fl_Valuatorby linking to __imp___ZTV11Fl_Valuator (au to-import) Info: resolving Fl::e_keysym by linking to __imp___ZN2Fl8e_keysymE (auto-im port) Info: resolving vtable for Fl_Inputby linking to __imp___ZTV8Fl_Input (auto-impo rt) Info: resolving Fl::e_is_click by linking to __imp___ZN2Fl10e_is_clickE (a uto-import) Info: resolving vtable for Fl_Boxby linking to __imp___ZTV6Fl_Box (auto-import) make[1]: Entering directory `/home/sherlock/csoundcvs/csound5' /bin/bash ./libtool --mode=link gcc -O2 -g -Wall -o csound.exe -module -no-un defined -L.libs -L/usr/local/lib -mconsole -L/usr/local/lib csound-csound_main.o .libs/libcsound.a -mwindows -lfltk -lole32 -luuid -lcomctl32 -lwsock32 -lsup c++ -lpthread -lstdc++ -lsndfile -lportaudio -lwinmm -lm -lpthread -lfltk -lpth read -lfltk -lpthread libtool: link: warning: library `/usr/lib/libstdc++.la' was moved. libtool: link: warning: library `/usr/lib/libstdc++.la' was moved. gcc -O2 -g -Wall -o csound.exe -mconsole sound-csound_main.o -mwindows -L/home /sherlock/csoundcvs/csound5/.libs -L/usr/local/lib .libs/libcsound.a -lole32 -lu uid -lcomctl32 -lwsock32 /usr/lib/./libsupc++.a -L/GCC/gcc-3.3.1-3/.build/i686-p c-cygwin/libstdc++-v3/src -L/GCC/gcc-3.3.1-3/.build/i686-pc-cygwin/libstdc++ -v3/ src/.libs -L/GCC/gcc-3.3.1-3/.build/gcc -L/usr/i686-pc-cygwin/bin -L/usr/lib /gcc -lib/i686-pc-cygwin/3.3.1 -L/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../.. /usr/ lib/libstdc++.a -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc /usr/loc al/lib/libsndfile.a -lportaudio -lwinmm -lfltk -lpthread Info: resolving Fl::e_x by linking to __imp___ZN2Fl3e_xE (auto-import) Info: resolving Fl::e_y by linking to __imp___ZN2Fl3e_yE (auto-import) Info: resolving vtable for Fl_Valuatorby linking to __imp___ZTV11Fl_Valuator (au to-import) Info: resolving Fl::e_keysym by linking to __imp___ZN2Fl8e_keysymE (auto-im port) Info: resolving vtable for Fl_Inputby linking to __imp___ZTV8Fl_Input (auto-impo rt) Info: resolving Fl::e_is_click by linking to __imp___ZN2Fl10e_is_clickE (a uto-import) Info: resolving vtable for Fl_Boxby linking to __imp___ZTV6Fl_Box (auto-import) /usr/local/lib /bin/bash: line 1: /usr/local/lib: is a directory make[1]: *** [install-libLTLIBRARIES] Error 127 make[1]: Leaving directory `/home/sherlock/csoundcvs/csound5' make: *** [install-am] Error 2 sherlock@bobby-junior ~/csoundcvs/csound5 $ |