Re: [PD] [Pd] Building OSCx on 64-bit Debian

2007-09-10 Thread Chuckk Hubbard
On 9/9/07, Martin Peach <[EMAIL PROTECTED]> wrote: > > Chuckk Hubbard wrote: > > On 9/8/07, *Ken Restivo* <[EMAIL PROTECTED] > > > wrote: > > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On Sat, Sep 08, 2007 at 06:48:52PM -0400, Chuckk Hubbard

Re: [PD] [Pd] Building OSCx on 64-bit Debian

2007-09-09 Thread Charles Henry
Something jumps out at me: ../libOSC/libOSC.a this should be -L../libOSC -lOSC (that's a little-L, on the second one there) I can't remember... what's the name of that command you use to list the libraries that a binary links to? (I'm sure I've used it once before, but not everyday :) On 9/8/0

Re: [PD] [Pd] Building OSCx on 64-bit Debian

2007-09-09 Thread Martin Peach
Chuckk Hubbard wrote: > On 9/8/07, *Ken Restivo* <[EMAIL PROTECTED] > > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sat, Sep 08, 2007 at 06:48:52PM -0400, Chuckk Hubbard wrote: > > Hi. I acquired a p5 glove, and the Pd interface I fo

Re: [PD] [Pd] Building OSCx on 64-bit Debian

2007-09-09 Thread Chuckk Hubbard
On 9/8/07, Ken Restivo <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sat, Sep 08, 2007 at 06:48:52PM -0400, Chuckk Hubbard wrote: > > Hi. I acquired a p5 glove, and the Pd interface I found for it relies > on > > OSCx. I've been trying to build it, having a

Re: [PD] [Pd] Building OSCx on 64-bit Debian

2007-09-08 Thread Ken Restivo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Sep 08, 2007 at 06:48:52PM -0400, Chuckk Hubbard wrote: > Hi. I acquired a p5 glove, and the Pd interface I found for it relies on > OSCx. I've been trying to build it, having added -fPIC to it, but I get > this: > make[1]: Entering directory

[PD] [Pd] Building OSCx on 64-bit Debian

2007-09-08 Thread Chuckk Hubbard
Hi. I acquired a p5 glove, and the Pd interface I found for it relies on OSCx. I've been trying to build it, having added -fPIC to it, but I get this: make[1]: Entering directory `/home/chuckk/Glove/pd/externals/OSCx/src' cc -Wl,-export_dynamic -shared -o sendOSC.pd_linux sendOSC.o htmsocket.o OS