I am trying to install Lazarus on a rapidly aging iBook running under OS X 10.2.8. I followed the very clear instructions at
http://wiki.lazarus.freepascal.org/Installing_Lazarus_on_MacOS_X but when I came to run Lazarus I hit this problem:
dyld: ./lazarus Undefined symbols:
./lazarus undefined reference to _dlclose expected to be defined in /usr/lib/libSystem.B.dylib
./lazarus undefined reference to _dlopen expected to be defined in /usr/lib/libSystem.B.dylib
./lazarus undefined reference to _dlsym expected to be defined in /usr/lib/libSystem.B.dylib
./lazarus undefined reference to _nl_langinfo expected to be defined in /usr/lib/libSystem.B.dylib
./lazarus undefined reference to _towlower expected to be defined in /usr/lib/libSystem.B.dylib
./lazarus undefined reference to _towupper expected to be defined in /usr/lib/libSystem.B.dylib
./lazarus undefined reference to _wcscoll expected to be defined in /usr/lib/libSystem.B.dylib
The version that I downloaded are fpc 2.0.4 & lazarus 0.9.20.
The date of /usr/lib/System.B.dylib on my machine is 7 Aug 2003 on my machine.
I'm guessing that I either need to try an older versions of Lazarus or to update System.B.dylib (or possibly both).
Any suggestions?
Peter