Hi
I do with Eclipse on Ubuntu:
Invoking: GCC C++ Linker
g++ -Wl,-Bstatic -lSDL -Wl,-Bdynamic,-rpath=. -shared -o "lin.xpl" ./main.o ./myList.o -lopenal -lcurl -lGL
Finished building target: lin.xpl
but get sdl errors. How to link statically sdl and later sdl_ttf for a X-Plane plugin.
Thanks