|
[ ghc-Bugs-997511 ] Options -no-hs-main -debug cause 'impossible' to happen: msg#00035lang.haskell.glasgow.bugs
Bugs item #997511, was opened at 2004-07-25 05:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=997511&group_id=8032 Category: Compiler (FFI) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Options -no-hs-main -debug cause 'impossible' to happen Initial Comment: Here's the command line: ghc -c ForeignTest.hs -fglasgow-exts -package text -no-hs-main And here's the module: ----------------------- module ForeignTest (reduce) where import Foreign.StablePtr import GensDef import GensCoreIO foreign export ccall "reduce" reduceMain :: StablePtr LookupFun -> StablePtr ReduceFun -> IO (StablePtr Environment) reduceMain _ _ = newStablePtr emptyEnv ------------------------ Let me know if you need the modules GensDef and GensCoreIO imported from above. I expect the problem is more generic than that. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=997511&group_id=8032
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ ghc-Bugs-995658 ] hReady always returns True when used on win32 non-Console, SourceForge.net |
|---|---|
| Next by Date: | [ ghc-Bugs-997511 ] Options -no-hs-main -debug cause 'impossible' to happen, SourceForge.net |
| Previous by Thread: | [ ghc-Bugs-996746 ] -odir changes output name of main module, SourceForge.net |
| Next by Thread: | [ ghc-Bugs-997511 ] Options -no-hs-main -debug cause 'impossible' to happen, SourceForge.net |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |