Search found 3 matches

by carlwang
Thu Feb 26, 2009 3:50 pm
Forum: devkitARM
Topic: How to build 3rd party libraries under devkitPro
Replies: 6
Views: 10579

Re: How to build 3rd party libraries under devkitPro

./configure ok
make ok
cool!
tomorrow I'll have a try to link the lib :)
thank you guys
by carlwang
Sun Feb 22, 2009 8:56 am
Forum: devkitARM
Topic: How to build 3rd party libraries under devkitPro
Replies: 6
Views: 10579

Re: How to build 3rd party libraries under devkitPro

Am I correct, you are trying to compile your external library with devkitpro ?? If yes, as devkitARM don't use autoconf, the part with autoconf's "configure" script won't work. You will need to write the custom makefiles to compile the library as compiling for linux is different than compiling for ...
by carlwang
Sat Feb 21, 2009 5:27 pm
Forum: devkitARM
Topic: How to build 3rd party libraries under devkitPro
Replies: 6
Views: 10579

How to build 3rd party libraries under devkitPro

Hello, guys. I need to build some open source libraries to help to make my homebrew games. Basicly, I just need to run ./configure and make on Linux. But it doesn't work in devkitPro. The error: no acceptable C compiler found in $PATH It's really necessary to use libraries to help us work. So please ...