Lazarus

Free Pascal => Other OS => Topic started by: lainz on January 26, 2020, 04:05:22 pm

Title: Error ld
Post by: lainz on January 26, 2020, 04:05:22 pm
Error: ld: warning: object file (/Users/leandro/Repositorios/posberry/lib/x86_64-darwin/openssl.o) was built for newer OSX version (10.13) than being linked (10.8)

I'm trying to compile a cross platform app in cocoa x64 with fpc and lazarus trunk compiled moments ago.
Title: Re: Error ld
Post by: Jonas Maebe on January 26, 2020, 04:43:23 pm
It's not an error, but a warning. You can get rid of the warning by adding -WM10.8 to your CROSSOPT when compiling FPC for Darwin/x86-64
Title: Re: Error ld
Post by: lainz on January 26, 2020, 10:02:18 pm
Ok Thanks.
TinyPortal © 2005-2018