Re: [Info-ingres] C Compilers for the Microsoft environment



As long as you don't want to link to MS C++ libraries the mingw port of
GCC should do: http://www.mingw.org/

It uses the Microsoft standard C library.

Christian Lange

Roy Hann wrote:
In spite of what my kids think, I am a pretty serene and reasonable guy.
But one (of the very few) things that drives me absolutely beserk is having
to install a gigabyte of spurious cack just to get a command-line C compiler
and linker for the Microsoft environment. Even Visual C++ Express is
immense (albeit free of charge).

Has anyone got any recommendations for an open-source C compiler that can
digest ESQLC-generated code and a linker that will build MS XPpro
executables from the Ingres r3/2006 libraries? I know of half a dozen
possibilities. Ideally what I want is a recommendation based on actual
experience.

Roy


_______________________________________________
Info-ingres mailing list
Info-ingres@xxxxxxxxxxxxxxx
http://mailman.cariboulake.com/mailman/listinfo.py/info-ingres

.



Relevant Pages

  • Re: Defining many classes in a single file
    ... And one can declare just as many in a header file. ... Another reason for one class one file is due to linker ... smallest resolution. ... In this case, you can have libraries. ...
    (comp.lang.cpp)
  • FreeBSD 5.1 BETA 2 make cvsup-without-gui fails
    ... checking if the linker is GNU ld... ... checking whether the linker supports shared libraries... ... checking if libtool supports shared libraries... ...
    (freebsd-current)
  • Re: orphaned port?
    ... checking if the linker is GNU ld... ... updating cache .././config.cache ... checking if libtool supports shared libraries... ...
    (freebsd-questions)
  • Re: Problem Fixed
    ... I think you're a bit confused about how the linker works. ... The fileit will look for are somewhat platform specific, ... It looks like your platform uses "libfoo.dylib" for shared libraries. ... the libfoo.dylib "file" is actually a symlink to a versioned shared ...
    (SSH)
  • Selective linking of shared libraries.
    ... I am developing an application that uses many executable programs. ... Each of these programs needs to be linked with a variable set of object ... files and shared libraries. ... I know how to instruct the linker to select ...
    (comp.os.linux.development.apps)