• MorphOS Developer
    bigfoot
    Posts: 508 from 2003/4/11
    Ah, I didn't realise those two were related.

    I've found the problem. I'll fix it soon. In the meanwhile, you can work around the bug by modifying your linking. Either link libglut before libGL, or completely omit libGL, ie, change the following:

    Code:
    -lGL -lglut


    To

    Code:
    -lglut -lGL


    That should avoid the crash until I get this issue sorted out.
    I rarely log in to MorphZone which means that I often miss private messages sent on here. If you wish to contact me, please email me at [username]@asgaard.morphos-team.net, where [username] is my username here on MorphZone.
  • »14.07.23 - 14:10
    Profile Visit Website