On Sat, 20 Oct 2007, huoliangcl2 wrote: > Hello, Steven I have use darcs to get the source code of meep, when I run > `sh autogen.sh` > I got the following error > config.status: creating libctl/Makefile > config.status: creating libctl/meep.scm > config.status: creating config.h > config.status: config.h is unchanged > config.status: executing depfiles commands > (cd .; ghc -M -optdep-f -optdep.depend -fglasgow-exts -package ghc-6.6 > Complex.lhs StepGen.lhs YeeLattice.lhs step_d_gen.hs step_h_gen.hs > update_e_from_d_gen.hs update_from_e_gen.hs) > ghc-6.6.1: unknown package: ghc-6.6 > I am using debian etch, I don't know how to fix this problem.
I haven't tried ghc-6.6.1; perhaps they changed the name of -package ghc-6.6 to -package ghc-6.6.1? (Grrr.) You could try editing the Makefile to use the latter package name. Regards, Steven G. Johnson _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

