[Scummvm-tracker] [ScummVM :: Bugs] #15015: COMMON: AGS games lead to a reproducable crash on exiting ScummVM
ScummVM :: Bugs
trac at scummvm.org
Mon Mar 18 21:46:42 UTC 2024
#15015: COMMON: AGS games lead to a reproducable crash on exiting ScummVM
--------------------+--------------------------
Reporter: raziel- | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: AGS
Version: | Resolution:
Keywords: | Game:
--------------------+--------------------------
Comment (by raziel-):
sure, linker error though
{{{
/T/ccfTyWod.o:(.got2+0x20): undefined reference to `__dso_handle'
Development:Coding/SDK/gcc/ppc-amigaos/bin/ld: libfoo.so: hidden symbol
`__dso_handle' isn't defined
Development:Coding/SDK/gcc/ppc-amigaos/bin/ld: final link failed: Bad
value
}}}
---
{{{
#!/bin/sh
g++ -Wall -fuse-cxa-atexit -fPIC -shared -o libfoo.so libfoo.cpp
testclass.cpp -fuse-cxa-atexit && \
g++ -Wall -fuse-cxa-atexit -o sotest sotest.cpp testclass.cpp
$(sdl2-config --cflags) $(sdl2-config --libs) -athread=native
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/15015#comment:20>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list