Pickle
Mega GP Mania
Im trying to get this library built correctly to add to my toolkit setup. Im a little new to this. Im using Yaustart's prepackaged setup.
1. I cant get it to get through ./configure to make the config.h
2. I can build it through codeblocks and it seems to link for another project for release, but not debug. complains about linking some of the functions. (solved)
3. The release build for the above project doesnt play sound, which makes me wonder if i need the config.h
Im trying to run the configure through mingw minsys. Heres where it dies: (does the same for open2x/devkitgp2x)
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking target system type... i686-pc-mingw32
checking for a BSD compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... no
checking for cc... cc
checking for C compiler default output... configure: error: C compiler cannot create executables
1. I cant get it to get through ./configure to make the config.h
3. The release build for the above project doesnt play sound, which makes me wonder if i need the config.h
Im trying to run the configure through mingw minsys. Heres where it dies: (does the same for open2x/devkitgp2x)
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking target system type... i686-pc-mingw32
checking for a BSD compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... no
checking for cc... cc
checking for C compiler default output... configure: error: C compiler cannot create executables