Re: [oauth] Compiler Error on Mac OSX 10.6.3

2010-06-24 Thread Robin Gareus
On 06/02/2010 06:40 PM, Robin Gareus wrote: Hi Heath, Let's take this off-mailing-list; we're facing some compiler/linker issues which is beyond OAuth discussion. Let's report back there when we're done, shall we? All right, for all those facing the same issue: linking an app statically on

Re: [oauth] Compiler Error on Mac OSX 10.6.3

2010-06-02 Thread Robin Gareus
Hi Heath, Let's take this off-mailing-list; we're facing some compiler/linker issues which is beyond OAuth discussion. Let's report back there when we're done, shall we? Let me recap: You've successfully compiled liboauth (ls src/.libs/*.a) and encounter an error when linking the test/example

Re: [oauth] Compiler Error on Mac OSX 10.6.3

2010-06-01 Thread Robin Gareus
On 05/31/2010 03:10 AM, Robin Gareus wrote: On 05/31/2010 01:31 AM, Heath wrote: I ran configure with --prefix=`pwd` (I'm trying to embed oauth onto my palm pre, and I didn't want to add it to my general system yet) and I got the following compiler error on Mac OSX 10.6.3:

Re: [oauth] Compiler Error on Mac OSX 10.6.3

2010-06-01 Thread Heath Borders
Thanks! I'm eventually trying to build this for my palm pre, which has only libc, libm, and libpthread available. So, I'm having to build all dependencies as static libs. I'm just starting with i386 because the pre simulation libs are in i386. Eventually, everything will have to be compiled

Re: [oauth] Compiler Error on Mac OSX 10.6.3

2010-06-01 Thread Heath Borders
I got libz and libssl compiled for i386 last night. This is the closest thing to an x-compile I've done so far. Unfortunately, libcurl is a private library on the pre, so I can't rely on it. I'm going to try building libcurl for i386 tonight, and then hopefully I can compile liboauth and get my

Re: [oauth] Compiler Error on Mac OSX 10.6.3

2010-05-30 Thread Robin Gareus
On 05/31/2010 01:31 AM, Heath wrote: I ran configure with --prefix=`pwd` (I'm trying to embed oauth onto my palm pre, and I didn't want to add it to my general system yet) and I got the following compiler error on Mac OSX 10.6.3: mcheath:liboauth-0.8.5 hborders$ make Making all in src make