[Cs-dev] frustrating CVS build error
| Date | 2005-01-29 18:58 |
| From | Dave Phillips |
| Subject | [Cs-dev] frustrating CVS build error |
Greetings:
I updated sources again today in hope of getting beyond my build error
reported yesterday. Still no joy, it fails here:
ranlib libcsound.a
scons: *** [Errno 2] No such file or directory:
'/usr/local/lib/libcsound.so'
Can someone explain why scons is looking for a library that hasn't
been installed yet ??
Too much weird...
Best,
dp
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |
| Date | 2005-01-29 20:05 |
| From | Istvan Varga |
| Subject | Re: [Cs-dev] frustrating CVS build error |
Dave Phillips wrote:
> ranlib libcsound.a
> scons: *** [Errno 2] No such file or directory:
> '/usr/local/lib/libcsound.so'
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Is it possible that some other version of Csound is installed and
confuses scons ? It may be that /usr/local/lib/libcsound.so is
a broken symlink, that you should remove.
gcc -Wl,-Bdynamic -Wl,-rpath,/usr/X11R6/lib -o cscore util1/cscore/cscore_main.o
-L. -L. -L/usr/lib -L/usr/local/lib -L. -L. -L/usr/local/lib/python2.3/config
-L/usr/X11R6/lib -lcsound -lsndfile -lfltk -lm -lXext -lX11 -lsupc++ -lportaudio
^^^^^^^^
-lasound -ljack -lfltk -ldl -lstdc++ -lpthread -lm
After the ranlib command, the csound executable is linked, and it is
possible that /usr/local/lib/libcsound.so is used instead of
./libcsound.a.
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |
| Date | 2005-01-29 22:06 |
| From | Dave Phillips |
| Subject | Re: [Cs-dev] frustrating CVS build error |
Thank you, Istvan, that cleared up that problem. I had an old libcsound in /usr/local/lib, I removed it, and that fixed things for scons. Csound5 is now reinstalled at Studio Dave... Best, dp Istvan Varga wrote: > Dave Phillips wrote: > >> ranlib libcsound.a >> scons: *** [Errno 2] No such file or directory: >> '/usr/local/lib/libcsound.so' > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Is it possible that some other version of Csound is installed and > confuses scons ? It may be that /usr/local/lib/libcsound.so is > a broken symlink, that you should remove. > > gcc -Wl,-Bdynamic -Wl,-rpath,/usr/X11R6/lib -o cscore > util1/cscore/cscore_main.o > -L. -L. -L/usr/lib -L/usr/local/lib -L. -L. > -L/usr/local/lib/python2.3/config > -L/usr/X11R6/lib -lcsound -lsndfile -lfltk -lm -lXext -lX11 -lsupc++ > -lportaudio > ^^^^^^^^ > -lasound -ljack -lfltk -ldl -lstdc++ -lpthread -lm > > After the ranlib command, the csound executable is linked, and it is > possible that /usr/local/lib/libcsound.so is used instead of > ./libcsound.a. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |