| View previous topic :: View next topic |
| Author |
Message |
kundarmah
Joined: 18 May 2009 Posts: 12
|
Posted: Fri Oct 16, 2009 4:23 am Post subject: Ubuntu 9.10 and PSPLIBRARIES |
|
|
Hi there! Anyone tried compiling psplibraries using Ubuntu 9.10 Karmic Koala Beta version? The toolchain compiled smoothly but I'm having an error with freetype library and other libraries included in the psplibrary. It seems that it has problems with GCC4.4.2.
Any suggestions there? |
|
| Back to top |
|
 |
imhotep
Joined: 13 Dec 2005 Posts: 41
|
Posted: Tue Oct 20, 2009 12:47 am Post subject: |
|
|
| try to replace every instance of ./configure in the scripts with sudo ./configure, and the same with (sudo) ./autogen.sh. that did the trick for me. |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Tue Oct 20, 2009 2:45 am Post subject: |
|
|
| Or build your toolchain in a directory in your user home... or chown the directory if not in your user home. Then you'll never need to worry about sudo again. For the last year or two, I've been using ~/Tools/pspgen as my path. Try it, you'll like it. |
|
| Back to top |
|
 |
|