We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3414

Summary: Link error with --disable-filesystem
Product: SDL Reporter: eliashogstvedt
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: minor    
Priority: P2 CC: philipp.wiesemann
Version: HG 2.1   
Hardware: x86_64   
OS: Linux   

Description eliashogstvedt 2016-08-26 09:45:38 UTC
LTLINK build/libSDL2.la
build/.libs/SDL_dynapi.o: In function `SDL_DYNAPI_entry':
src/dynapi/SDL_dynapi_procs.h:168: undefined reference to `SDL_GetBasePath_REAL'
src/dynapi/SDL_dynapi_procs.h:169: undefined reference to `SDL_GetPrefPath_REAL'
collect2: error: ld returned 1 exit status
Makefile:141: recipe for target 'build/libSDL2.la' failed
Comment 1 Philipp Wiesemann 2016-08-30 19:25:49 UTC
Fixed in https://hg.libsdl.org/SDL/rev/1ed0064677af, thanks!