From: Colin P. A. <co...@co...> - 2007-12-09 15:01:17
|
>>>>> "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. 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 -- Colin Adams Preston Lancashire |