Re: [fpc-pascal] MacOSX Mojave

2018-10-09 Thread Jonas Maebe
On 09/10/18 21:06, Michael Ring wrote: Until now you could compile trunk without such specific opts, so making OPT= something mandatory for future builds of trunk to work at all does not sound like a good plan to me. I committed a fix that could be merged to 3.0.4 without having to change

Re: [fpc-pascal] MacOSX Mojave

2018-10-09 Thread Michael Ring
Until now you could compile trunk without such specific opts, so making OPT= something mandatory for future builds of trunk to work at all does not sound like a good plan to me. and no, at least in my installation there are no crt1* files in /usr/lib, if there were any we would not have this

Re: [fpc-pascal] MacOSX Mojave

2018-10-09 Thread Jonas Maebe
On 08/10/18 23:19, Michael Ring wrote: I just realized on a freshly set up computer that there is one more issue, I tried to build the trunk x86_64 compiler and compile fails: /bin/mkdir -p x86_64/units/x86_64-darwin /Applications/Xcode.app/Contents/Developer/usr/bin/make ./msg2inc

Re: [fpc-pascal] MacOSX Mojave

2018-10-08 Thread C Western
I meant to mention in my original message that I needed to add OPT=-Fl/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib to the end of the make distclean install I use to compile the trunk compiler. My fpc.cfg also has #ifdef darwin, rather

Re: [fpc-pascal] MacOSX Mojave

2018-10-08 Thread Michael Ring
I just realized on a freshly set up computer that there is one more issue, I tried to build the trunk x86_64 compiler and compile fails: /bin/mkdir -p x86_64/units/x86_64-darwin /Applications/Xcode.app/Contents/Developer/usr/bin/make ./msg2inc /usr/local/bin/ppcx64 -Ur -Xs -O2 -n -Fux86_64

Re: [fpc-pascal] MacOSX Mojave

2018-10-07 Thread Jonas Maebe
On 06/10/18 16:01, C Western wrote: Possibly unwisely, I updated by Mac to Mojave. I found that things (including 32 bit apps) worked, but: I had to add -Fl/Applications/Xcode.app/Con tents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib to my fpc.cfg to avoid

Re: [fpc-pascal] MacOSX Mojave

2018-10-06 Thread C Western
I didn't see that thread. I can confirm that /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/ exists on my system Colin On 06/10/2018 15:37, Michael Ring wrote: A whilke ago I have proposed a fix in fpc-devel in Thread: "MacOS Mojave beta - crt1.o not installed to /usr/lib"

[fpc-pascal] MacOSX Mojave

2018-10-06 Thread C Western
Possibly unwisely, I updated by Mac to Mojave. I found that things (including 32 bit apps) worked, but: I had to add -Fl/Applications/Xcode.app/Con tents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib to my fpc.cfg to avoid "/usr/lib/crt1.o not found" errors. It seems