Ubuntu 9.10 and PSPLIBRARIES

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
kundarmah
Posts: 12
Joined: Mon May 18, 2009 1:29 am

Ubuntu 9.10 and PSPLIBRARIES

Post by kundarmah »

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?
imhotep
Posts: 41
Joined: Tue Dec 13, 2005 9:15 pm

Post by imhotep »

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.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

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.
Post Reply