Tagged Questions
0
votes
2answers
55 views
Link Error: Undefined symbol: ___strtod
I am trying to static link lua into a FreePascal application. I have fixed all of the errors during the linking except this one.
Undefined Symbol: __strtod
All of the other Undefined Symbols I was ...
0
votes
1answer
670 views
Linux linker flag -lXi not finding lib when compiling Lazarus code
After I solved my first problem I got into another one.
Looks like I'm missing some kind of library, making the linker complain that the -lXi is not working.
I've included most of the Xorg devel ...