Changes between Initial Version and Version 1 of Ticket #40956


Ignore:
Timestamp:
Oct 26, 2013, 5:06:28 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

As far as I can tell, -no_compact_unwind is only supported as of the version of ld in Snow Leopard.

I wonder if using the ld64 port instead would help. Or if the flag can be removed from ocaml that would be simpler.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40956

    • Property Owner changed from macports-tickets@… to mww@…
    • Property Keywords tiger leopard added
    • Property Summary changed from Error building port ocaml ocaml-4.01.0 on PPC Leopard 10.5.8 to ocaml: ld: unknown option: -no_compact_unwind
    • Property Port ocaml added
  • Ticket #40956 – Description

    initial v1  
    11in build /usr/bin/make coldstart
    2 
     2{{{
    33:info:build /usr/bin/gcc-4.2 -Wl,-no_compact_unwind  -o ocamlrun \
    44:info:build       prims.o libcamlrun.a -lcurses -lpthread
    55:info:build ld: unknown option: -no_compact_unwind
    66:info:build collect2: ld returned 1 exit status
     7}}}