Antonio Fortuny <[email protected]> hat am 5. Dezember 2011 um 15:27 geschrieben: > Done. > Same error > This time I've included in search path: > $(LazarusDir)/lcl/units/$(TargetCPU)-$(TargetOS) --> lclproc > $(LazarusDir)/components/lazutils/lib/$(TargetCPU)-$(TargetOS) --> > FileUtils (called by lclproc) > and excluded LCL package Or: Simply use package LCLBase. > Errors: > /usr/bin/ld: /usr/lib64/lazarus/lcl/units/x86_64-linux/lclproc.o: > relocation R_X86_64_32S against `.data' can not be used when making a > shared object; recompile with -fPIC > /usr/lib64/lazarus/lcl/units/x86_64-linux/lclproc.o: could not read > symbols: Bad value > SitaUdfLib.lpr(11) Error: Error while linking You must recompile all units with PIC support. Mattias
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
