| View previous topic :: View next topic |
| Author |
Message |
chiwaw
Joined: 24 Jul 2005 Posts: 15
|
Posted: Sun Dec 11, 2005 6:09 pm Post subject: Trying to build FreeType ... |
|
|
I'm trying to build FreeType, following the readme instructions :
| Code: |
To build and install:
sh autogen.sh
LDFLAGS="-L`psp-config --pspsdk-path`/lib -lc -lpspuser" \
./configure --host psp --prefix=`psp-config --psp-prefix`
make
make install
|
The autogen seems to work fine. The problems happen at the second/third line, which I don't understand to begin with, packed with apostrophes. I manage to type exactly like that but I get a :
| Code: |
cd builds/unix; ./configure --host psp --prefix=psp-config --psp-prefix
configure: error: unrecognized option: --psp-prefix
Try './configure --help^' for more information.
make: *** [builds/unix/unix-def.mk] Error 1
|
Looked at the --help, but I'm not sure I understand what this command is even supposed to do.
Any tips or hints would be humbly appreciated ... |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Sun Dec 11, 2005 6:19 pm Post subject: |
|
|
| Those aren't apostrophes, they are backquotes (`). If you copy and paste the line you should be fine. |
|
| Back to top |
|
 |
chiwaw
Joined: 24 Jul 2005 Posts: 15
|
Posted: Sun Dec 11, 2005 6:37 pm Post subject: |
|
|
| Thanks for the help, I didn't realized first that I could "Paste" inside Cygwin shell window. Now it looks like it's working. |
|
| Back to top |
|
 |
R2k
Joined: 17 Mar 2006 Posts: 16 Location: México
|
Posted: Fri Mar 17, 2006 10:54 am Post subject: |
|
|
i've problems compiling
when i put this in shell
| Code: | | ./configure --host=psp --prefix=$(psp-config --psp-prefix) |
that script show me
| Code: | configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-cygwin
checking host system type... Invalid configuration `psp': machine `psp' not reco
gnized
configure: error: /bin/sh ./config.sub psp failed |
and it's the same if i put
| Code: | | ./configure --host psp --prefix=$(psp-config --psp-prefix) |
|
|
| Back to top |
|
 |
R2k
Joined: 17 Mar 2006 Posts: 16 Location: México
|
Posted: Fri Mar 17, 2006 12:20 pm Post subject: |
|
|
| that was my mistake sorry ... i overwritten the config.sub |
|
| Back to top |
|
 |
FakeBlood
Joined: 11 Feb 2006 Posts: 3
|
Posted: Wed Mar 29, 2006 10:02 am Post subject: |
|
|
I get this when trying to build freetype....
| Code: | $ sh autogen.sh
running `aclocal -I .'
running `libtoolize --copy'
autogen.sh: line 15: libtoolize: command not found
error while running `libtoolize --copy' |
|
|
| Back to top |
|
 |
|