Line 24:
Line 24:
;After that, I try to libdvdread. I understand that further changes are needed to either configure2 / Makefile / config.mak, because building with just make, will target Linux but what I want is cross compiling with devkitpro. What I am missing? I've trying to recreate libdvdread's Makefile by issuing:
;After that, I try to libdvdread. I understand that further changes are needed to either configure2 / Makefile / config.mak, because building with just make, will target Linux but what I want is cross compiling with devkitpro. What I am missing? I've trying to recreate libdvdread's Makefile by issuing:
−
./configure2 --cc=/usr/local/devkitPro/devkitPPC/bin/powerpc-gekko-gcc --prefix=/usr/local/devkitPro/ --extra-cflags=-I/usr/local/devkitPro/libogc/include --extra-ldflags=-L/usr/local/devkitPro/libogc/lib/wii
+
<pre>
+
./configure2 \
+
--cc=/usr/local/devkitPro/devkitPPC/bin/powerpc-gekko-gcc \
+
--prefix=/usr/local/devkitPro/ \
+
--extra-cflags=-I/usr/local/devkitPro/libogc/include \
+
--extra-ldflags=-L/usr/local/devkitPro/libogc/lib/wii
+
</pre>
; But complains about missing headers, such as dlfcn.h not included in libogc. Because these Makefiles aren't the usual devkitpro's, I am a little bit lost. Thanks in advance.
; But complains about missing headers, such as dlfcn.h not included in libogc. Because these Makefiles aren't the usual devkitpro's, I am a little bit lost. Thanks in advance.