@afxgroup
finally able tor edo my steps
as soon as i have libSDL2_gl4es.so (softlinks from libSDL2-2.30.so) available,
i get a link error telling me
LINK scummvm
Development:Coding/SDK/gcc/ppc-amigaos/bin/ld: scummvm: hidden symbol `aglSetParams2' in /SDK/local/newlib/lib/libgl4es.a(agl.c.obj) is referenced by DSO
Development:Coding/SDK/gcc/ppc-amigaos/bin/ld: final link failed: Bad value
gmake: *** [scummvm] Error 1
the above libs are the gl4es patched ones.
If i remove any of the above, it will pick up static libSDL2_gl4es.a and all is fine.
Of course, i' d like to have SDL2 as shared object, so any advice would be appreciated
Thank you