Julien Nadeau <[EMAIL PROTECTED]> writes:

> The configure script is generated from configure.in using BSDBuild
> (http://hypertriton.com/bsdbuild/). You don't need to do anything to
> add support for a new arch, though. If you are using a cross-compiler,
> just setting CC/CFLAGS accordingly should do it.

I'm having a problem using BSDBuild - it doesn't correctly detect pthreads.  
On the PSP, linking to the pthreads library also requires some additional
libraries.  
For instance, a compile command should look something like:

psp-gcc -o test1 -I/usr/local/pspdev/psp/sdk/include
-L/usr/local/pspdev/psp/sdk/lib test1.c -lpthreads -lpspuser -lpspsdk 
-lpspnet_inet

However, I can't see any way to make BSDBuild add those extra libraries.  
Using autoconf, I could just set LIBS prior to running configure, but this
doesn't work with BSDBuild.

Any ideas?

_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html

Reply via email to