On Wed, Apr 30, 2008 at 08:38:37AM -0500, John Goerzen wrote: > > When I try to build programs with -fvia-C, I get: > > cc1: error: unrecognized command line option "-fno-toplevel-reorder" > > gcc is 4.2.2-1 here.
Works for me: $ gcc -fno-toplevel-reorder q.c $ gcc --version gcc (GCC) 4.2.2 (Debian 4.2.2-1) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ ghc -fvia-C q.hs $ dpkg -s ghc6 | grep "^Version" Version: 6.8.2-2 Thanks Ian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]