News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

unpicking a binary package

Started by HWJarausch, September 14, 2009, 01:19:37 PM

Previous topic - Next topic

HWJarausch

Hi,

I need a very recent gcc compiler like
ftp://ftp.equation.com/gcc/gcc-4.4.1-32.exe

How can I unpick codeblocks-8.02mingw-setup.exe
replace the compiler and generate it again.

Many thanks for a hint,
Helmut.

thomas

You just install/unpack whatever compiler you want in whatever location (for me, it's in Z:\gcc44, for example). Then you go to your compiler settings and change the installation path under the toolchain tab. Done.

EDIT: And, you can even keep the old one around, it doesn't hurt. Duplicate the compiler profile, and change either of them.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

HWJarausch

Quote from: thomas on September 15, 2009, 01:44:20 AM
You just install/unpack whatever compiler you want in whatever location (for me, it's in Z:\gcc44, for example). Then you go to your compiler settings and change the installation path under the toolchain tab. Done.

EDIT: And, you can even keep the old one around, it doesn't hurt. Duplicate the compiler profile, and change either of them.

Since I need it for my first-year students, I'd like to generate a simple installer package which
does anything required.

Thanks,
Helmut.

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]