Ticket #1703 (closed bug: fixed)

Opened 6 years ago

Last modified 6 years ago

extra-gcc-opts not installed

Reported by: g9ks157k@… Owned by: igloo
Priority: high Milestone: 6.8.1
Component: Build System Version: 6.8
Keywords: Cc: g9ks157k@…, Christian.Maeder@…
Operating System: Linux Architecture: x86
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description (last modified by simonmar) (diff)

Installing the GHC 6.8.20070916 binary distribution doesn’t install the file extra-gcc-opts. This seems to break building of Gtk2Hs.

Change History

Changed 6 years ago by Christian.Maeder@…

  • cc Christian.Maeder@… added

Right, compiling c files doesn't work

/local/home/maeder/bin/ghc -c new_object.c
/local/home/maeder/lib/ghc-6.8.0.20070916/extra-gcc-opts: openFile: does not exist (No such file or directory)

Changed 6 years ago by Christian.Maeder@…

With the following (created from the sources) in extra-gcc-opts I could continue:

-fwrapv -mno-omit-leaf-frame-pointer -fno-unit-at-a-time

Changed 6 years ago by simonmar

  • priority changed from normal to high
  • description modified (diff)
  • milestone set to 6.8.1

Changed 6 years ago by g9ks157k@…

I managed compiling Gtk2Hs by copying $GHC_SOURCE_DIR/extra-gcc-opts to $GHC_INSTALL_DIR/lib/ghc-6.8.0.20070916.

Changed 6 years ago by igloo

  • owner set to igloo

Changed 6 years ago by igloo

  • status changed from new to closed
  • resolution set to fixed

Thanks for the report - now fixed. Please reopen if you still have problems with snapshots >= 20070919.

Note: See TracTickets for help on using tickets.