| I would guess from their names that these are liblo functions. If so, then
either you are not linking with liblo, or liblo does not include one of the
required .o files, or there is some inconsistent #ifdef in the liblo
sources.
Best,
Mike
----- Original Message -----
From: "James Hearon"
To:
Sent: Tuesday, November 29, 2005 3:14 PM
Subject: [Csnd] liblo mingw
>
> ** Installing pthreads-win32
> pthreads-2005-03-08.exe
> Extract in a temp dir, then from the Pre-build/ directory:
> - copy include/* to /c/MinGW/include
> - copy lib/libpthreadGC1.a to /c/MinGW/lib/libpthread.a
> - copy lib/pthreadGC1.dll to /c/MinGW/lib/pthread.dll
> remove the temp dir ; it's useless
>
> thought I was making progress with liblo.a mingw build after gettiing thru
> pthread problem, but now getting host of undefined reference errors.
> Anyone happen to know what that is about...or is this really just
> hopeless?
>
> testlo-testlo.o(.text+0x237e): In function `subtest_handler':
> c:/utah/opt/liblo-0.22/src/testlo.c:706: undefined reference to
> `lo_message_get_source'
> testlo-testlo.o(.text+0x23e2):c:/utah/opt/liblo-0.22/src/testlo.c:710:
> undefined reference to `lo_send_internal'
> collect2: ld returned 1 exit status
> make[2]: *** [testlo.exe] Error 1
> make[2]: Leaving directory `/c/utah/opt/liblo-0.22/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/c/utah/opt/liblo-0.22'
> make: *** [all] Error 2
>
>
> --
> Send bugs reports to this list.
> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
>
|