Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3620] error messages in envext

Date2003-12-04 03:02
From"Robert McNulty Junior"
Subject[CSOUND-DEV:3620] error messages in envext
I get the following error messages in Envext. What is csoundMessage()
and where is it located?

libtool: link: warning: library `/usr/lib/libstdc++.la' was moved.
libtool: link: warning: library `/usr/lib/libstdc++.la' was moved.
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld:
warning
: cannot find entry symbol _WinMainCRTStartup; defaulting to 00401000
sndinfo.o(.text+0x243): In function `sndinfo':
/home/sherlock/csoundcvs/csound/util2/envext/../../csound/sndinfo.c:89:
undefine
d reference to `_csoundMessage0'
sndinfo.o(.text+0x2f1):/home/sherlock/csoundcvs/csound/util2/envext/../../cs
ound
/sndinfo.c:110: undefined reference to `_csoundMessage0'
sndinfo.o(.text+0x323):/home/sherlock/csoundcvs/csound/util2/envext/../../cs
ound
/sndinfo.c:114: undefined reference to `_csoundMessage0'
sndinfo.o(.text+0x3e2):/home/sherlock/csoundcvs/csound/util2/envext/../../cs
ound
/sndinfo.c:88: undefined reference to `_csoundMessage0'
sndinfo.o(.text+0x403):/home/sherlock/csoundcvs/csound/util2/envext/../../cs
ound
/sndinfo.c:72: undefined reference to `_csoundMessage0'
sndinfo.o(.text+0x435):/home/sherlock/csoundcvs/csound/util2/envext/../../cs
ound
/sndinfo.c:77: more undefined references to `_csoundMessage0' follow
collect2: ld returned 1 exit status
make: *** [envext.exe] Error 1

sherlock@bobby-junior ~/csoundcvs/csound/util2/envext
$

Date2003-12-04 11:09
Fromramsdell@mitre.org (John D. Ramsdell)
Subject[CSOUND-DEV:3627] Re: error messages in envext
"Robert McNulty Junior"  writes:

> I get the following error messages in Envext. What is
> csoundMessage() and where is it located?

Are you building on Cygwin using the GNU build system in the csound
module?  If so, I'm very puzzled by the fact that I can build using
MinGW, and you seem to be having linking problems.  Please get the
lastest update from the csound module, and run ./configure and make in
a manor that allows you to capture the entire transcript.  Send the
transcript to me, and I'll help you debug this problem.

John

> 
> libtool: link: warning: library `/usr/lib/libstdc++.la' was moved.
> libtool: link: warning: library `/usr/lib/libstdc++.la' was moved.
> /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld:
> warning
> : cannot find entry symbol _WinMainCRTStartup; defaulting to 00401000
> sndinfo.o(.text+0x243): In function `sndinfo':
> /home/sherlock/csoundcvs/csound/util2/envext/../../csound/sndinfo.c:89:
> undefine
> d reference to `_csoundMessage0'
> sndinfo.o(.text+0x2f1):/home/sherlock/csoundcvs/csound/util2/envext/../../cs
> ound
> /sndinfo.c:110: undefined reference to `_csoundMessage0'
> sndinfo.o(.text+0x323):/home/sherlock/csoundcvs/csound/util2/envext/../../cs
> ound
> /sndinfo.c:114: undefined reference to `_csoundMessage0'
> sndinfo.o(.text+0x3e2):/home/sherlock/csoundcvs/csound/util2/envext/../../cs
> ound
> /sndinfo.c:88: undefined reference to `_csoundMessage0'
> sndinfo.o(.text+0x403):/home/sherlock/csoundcvs/csound/util2/envext/../../cs
> ound
> /sndinfo.c:72: undefined reference to `_csoundMessage0'
> sndinfo.o(.text+0x435):/home/sherlock/csoundcvs/csound/util2/envext/../../cs
> ound
> /sndinfo.c:77: more undefined references to `_csoundMessage0' follow
> collect2: ld returned 1 exit status
> make: *** [envext.exe] Error 1
> 
> sherlock@bobby-junior ~/csoundcvs/csound/util2/envext
> $