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 - Link error with --disable-filesystem
Summary: Link error with --disable-filesystem
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.1
Hardware: x86_64 Linux
: P2 minor
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-26 09:45 UTC by eliashogstvedt
Modified: 2016-08-30 19:25 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!