Code: Select all
cpasjuste@Xenon:~/pspdev/SDL$ ./autogen.sh
Generating build information using aclocal, automake and autoconf
This may take a while ...
acinclude.m4:363: the serial number must appear before any macro definition
configure.in:44: installing `./missing'
configure.in:44: installing `./install-sh'
src/Makefile.am: installing `./depcomp'
/usr/share/automake-1.10/am/depend2.am: am__fastdepCCAS does not appear in AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am: The usual way to define `am__fastdepCCAS' is to add `AM_PROG_AS'
/usr/share/automake-1.10/am/depend2.am: to `configure.in' and run `aclocal' and `autoconf' again.
Makefile.am:88: use `install-data-hook' or `install-exec-hook', not `install-hook'
Now you are ready to run ./configure
Code: Select all
cpasjuste@Xenon:~/pspdev/SDL$ LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
> ./configure --host psp --prefix=$(psp-config --psp-prefix)
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... powerpc64-unknown-linux-gnu
checking host system type... mipsallegrexel-psp-elf
... etc
... etc
... etc
checking for OpenGL (pspgl) support... no
checking for psp-config... psp-config
checking for PSPSDK... /usr/local/pspdev/psp/sdk
Copying ./src/thread/psp/SDL_systhread.c -> src/thread/SDL_systhread.c
Copying ./src/thread/psp/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h
Copying ./src/thread/generic/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c
Copying ./src/thread/generic/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h
Copying ./src/thread/psp/SDL_syssem.c -> src/thread/SDL_syssem.c
Copying ./src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h
Copying ./src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c
Copying ./src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h
Copying ./src/timer/psp/SDL_systimer.c -> src/timer/SDL_systimer.c
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in