trishtren 0 Newbie Poster

Hi,

I was wondering if anyone could help me or point me in the right direction. Iv been developing a source to source compiler for some time, so one language being translated to C++/C.

Now the source has been translated i wish to package a windows and linux c++ compiler with my application, preferably as a standalone binary in a local directory rather than a full system install IE.

-My application Directory
    -My application binary.exe
        -compiler my application will use
            -Mingw.exe
            -g++.exe

However so far the only compiler i can find binary distributions that dont require me to perform a 'make' to produce binaries for is MINGW. This means i can build my c++ application for windows on linux however not linux applications on linux etc.

Would anyone be able to tell me where i could find a compiler with binaries already available for linux and windows that is either redistributable and standalone as mentioned above. Or easy to install on a system level preferably just a C++ compiler, as GCC is a fairly large bundle.