From: Eric B. <er...@go...> - 2007-12-09 15:13:57
|
Colin Paul Adams wrote: >>>>>> "Eric" == Eric Bezault <er...@go...> writes: > > Eric> Windows when using msc. See the config file > Eric> $GOBO/tool/gec/config/msc.cfg. I didn't specify the proper > Eric> config options in the file $GOBO/tool/gec/config/gcc.cfg > Eric> yet, but it should be easy to do just by looking at what is > Eric> done in the msc.cfg file. > > I got it working. For the first time ever, I can run the complete W3C > test suite in one go, and quickly too. Congratulations. > Here is my gcc.cfg file: > > -- Command lines > cc: gcc $cflags $includes $gc_includes -c $c > link: gcc $lflags -lm -o $exe $objs $libs $gc_libs > > -- File extensions > obj: .o > exe: > > -- Variables > #ifdef EIF_WORKBENCH > cflags: > lflags: > #else > -- cflags: -O2 > cflags: > lflags: > #endif > #ifdef EIF_BOEHM_GC > gc_includes: -I$BOEHM_GC/include > gc_libs: $BOEHM_GC/lib/libgc.a > #else > gc_includes: > gc_libs: > #endif Can you check it in into SVN? -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |