I didn’t miss step 6 the 3 dependencies seem correctly installed in devkitProportlibsppclib.
however i get this warning
./configure –host=powerpc-eabi –prefix=”${DEVKITPRO}/portlibs/ppc” –libdir=”${DEVKITPRO}/portlibs/ppc/lib” –disable-shared
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.
I remender it was a linking (ld) issue but not compilation issue. if dependencies were not installed the process should failled before because of .h missing !!
Thank, Pilou