Csound Csound-dev Csound-tekno Search About

[Cs-dev] (no subject)

Date2005-12-23 00:12
From"gogins@pipeline.com"
Subject[Cs-dev] (no subject)
I see no such discussion in the liblo-devel list (the only liblo list that
I could find).

With MinGW and MSYS on XP Home Edition, I can compile liblo OK, but the OSC
opcode won't link properly in SConstruct. Complains about missing symbols
(see below).

But these symbols are (mostly) in the libws2_32.a library, which is in the
link line.

Regards,
Mike

scons: Building targets ...
g++ -shared -Wl,--enable-stdcall-fixup -o osc.dll Opcodes\OSC.o -L. -L.
-L\usr\local\lib -L. -L. -LC:\utah\usr\mingw\lib
-LC:\utah\usr\msys\1.0\local\lib -LC:\utah\opt\lua50\lib\mingw3
-LC:\utah\opt\Tcl\bin -LC:\utah\opt\pd-0.38-4-devel-2\bin -lsndfile -llo
-lpthread -lwsock32 -lws2_32 -Wl,--out-implib,libosc.a
-Wl,--output-def,osc.def
Creating library file: libosc.a
C:\utah\usr\msys\1.0\local\lib/liblo.a(liblo_la-send.o)(.text+0x6c7):send.c:
undefined reference to `getaddrinfo'
C:\utah\usr\msys\1.0\local\lib/liblo.a(liblo_la-send.o)(.text+0x6e7):send.c:
undefined reference to `gai_strerror'
C:\utah\usr\msys\1.0\local\lib/liblo.a(liblo_la-send.o)(.text+0x6f5):send.c:
undefined reference to `freeaddrinfo'
C:\utah\usr\msys\1.0\local\lib/liblo.a(liblo_la-address.o)(.text+0x322):addr
ess.c: undefined reference to `freeaddrinfo'
C:\utah\usr\msys\1.0\local\lib/liblo.a(liblo_la-server.o)(.text+0x2b5):serve
r.c: undefined reference to `freeaddrinfo'
C:\utah\usr\msys\1.0\local\lib/liblo.a(liblo_la-server.o)(.text+0x2d6):serve
r.c: undefined reference to `getaddrinfo'
C:\utah\usr\msys\1.0\local\lib/liblo.a(liblo_la-server.o)(.text+0x2ea):serve
r.c: undefined reference to `gai_strerror'
C:\utah\usr\msys\1.0\local\lib/liblo.a(liblo_la-server.o)(.text+0x313):serve
r.c: undefined reference to `freeaddrinfo'
C:\utah\usr\msys\1.0\local\lib/liblo.a(liblo_la-server.o)(.text+0x583):serve
r.c: undefined reference to `getnameinfo'
C:\utah\usr\msys\1.0\local\lib/liblo.a(liblo_la-server.o)(.text+0x720):serve
r.c: undefined reference to `freeaddrinfo'
C:\utah\usr\msys\1.0\local\lib/liblo.a(liblo_la-server.o)(.text+0x1247):serv
er.c: undefined reference to `getnameinfo'
collect2: ld returned 1 exit status
scons: building terminated because of errors.
scons: *** [osc.dll] Error 1



----- Original Message ----- 
From: 
To: 
Cc: 
Sent: Thursday, December 22, 2005 4:01 PM
Subject: [Cs-dev] Re: Windows binaries


> OK, thanks for updated information.
> I got liblo to compile on my XP system with only a little hassle.  I
> thought I had documented the hacks for the liblo mailing list?
> 
> Have a good vacation.
> 
> ==John ffitch
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-12-23 09:09
FromIstvan Varga
SubjectRe: [Cs-dev] (no subject)
AttachmentsNone