Le 06/12/2011 13:44, Ludo Brands a écrit :
If you rebuild the IDE without -fPIC in the Configure "Build Lazarus"
Options then you effectively rebuild Lazutils without -fPIC...
Why rebuild the IDE?

New test:
no IDE rebuild since the one this morning
rebuild package Lazutils with -fPIC in project options - other
package LazUtils itself not included in required packages but instead add include search path $(LazarusDir)/components/lazutils/lib/$(TargetCPU)-$(TargetOS) in the project options for fincding lazutf8.o and ppu

On first compile, need a dependency: lazaruspackageintf

Added $(LazarusDir)/packager/units/$(TargetCPU)-$(TargetOS)
in compile project options-paths

Same errors, this time the problem is linked to lazaruspackageintf.o

Second run:
- remove search paths for the project
- add required package LazUtils
still the same errors.

Antonio.



--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to