[fpc-pascal] make install changed/broken?
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Apr 27 11:36:15 CEST 2012
Mattias Gaertner wrote on Fri, 27 Apr 2012:
> Thanks.
> But now 'make all' fails with:
>
> /usr/local/bin/ppc386 -Ur -Xs -O2 -n -Fui386 -Fusystems
> -Fu/Users/mattias/2.7.1/fpc/rtl/units/i386-darwin -Fii386 -FE.
> -FUi386/units/i386-darwin -dRELEASE -di386 -dGDB -dBROWSERLOG -Fux86 -Sew
> pp.pas
> cutils.pas(1436) Error: Can't create assembler file:
> i386/units/i386-darwin/cutils.s
You probably did a "sudo make install" before, and because it started
recompiling things, it created files owned by root in your tree.
You'll have to manually delete those again (using sudo).
Jonas
More information about the fpc-pascal
mailing list