@afxgroup
but you link with LibSDL2_gl4es.so and don't get that error?
Which gcc do you use? I'm using 11.3.0 here.
Have you changed anything in the source (gcc flags?) regarding the AmigaOS target?
It's strange that your compilation went by fine...
edit:
i see, so from that stackoverflow article "sglSetParams2" is hidden, where it shouldn't.
Something to check in the gl4es source then?
edit2:
following up on the article i went and did an objdump and here' s what i found
aglsSetParams2 is inside the list two times, where the first one is unknown by me, but the second one is exactly what the article described
00000000 *UND* 00000000 aglSetParams2
00000634 g F .text 00000064 .hidden aglSetParams2
It's Global (g) and as thus seen by the linker, but hidden (.hidden) for shared usage) and what i understand from that article that shouldn't be the case...correct?
Can someone fix it in libgl4es.a or should i alert the author ptitseb?
edit2:
i went and opened a bug item for ptitseb...
Edited by Raziel on 2024/10/14 20:32:20