On Sat, May 31, 2008 at 03:53:17AM +0000, Jason Schmidlapp wrote: > > 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?
Since this is specific to the PSP SDK, I'd suggest adding a module to BSDBuild to detect it and add the extra libraries. Can I download a copy of this toolchain somewhere? _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
