in reply to Building perl from source

What is -64int-ld supposed to signify?

If you have an existing perl executable, you can inspect its build parameters by looking at the output of perl -V. This should show you all the compiler flags that were used to build that Perl.

Replies are listed 'Best First'.
Re^2: Building perl from source
by Osprey (Novice) on Sep 10, 2019 at 12:53 UTC

    I managed to find flags of similar build of perl (just lower version) and checked out its flags with perl -V. I now built newer version of perl with the same flags and it seems it worked.

    Thank you guys for all suggestions!