Hello,
I am trying to get working versions of several programs on Linux. These programs work well on both Mac and Windows Lazarus distributions. I am starting with Ubuntu 12.04 Desktop 64 bit, using the Lazarus amd64 distribution:
fpc_2.6.2-0_amd64.deb
fpc-src_2.6.2-0_amd64.deb
lazarus_1.0.14-0_amd64.deb
running on Mac OS 10.6.8 in a Parallels 7 virtual machine. I am able to compile and run the default Lazarus "hello" application, however when I attempt to compile one of my programs, I get the following errors:
Note: DWARF debug information cannot be used with smart linking on this target, switching to static linking
/usr/bin/ld: unrecognised emulation mode: acosx_version_min
Supported emulations: elf_x86_64 elf32_x86_64 elf_i386 i386linux elf_l1om elf_k1om
PicTracker.lpr(26,1) Error: Error while linking
PicTracker.lpr(26,1) Fatal: There were 1 errors compiling module, stopping
I am not sure what this means, or where to begin tracking down this error. Any assistance would be greatly appreciated.
Cheers,
Frederick