Game Development Community

Tbe minsys says no such command 'gcc

by Jacob Wagner · in Torque Game Builder · 11/18/2005 (11:18 pm) · 3 replies

I had TBE installed fine before and was using it to compile t2d, but for some silly reason I decided to uninstall and re-install TBE.

Now, when I attempt to compile using minsys, using the following commands, I get the error message: " no such command: gcc"


cd c/torque2dbuild/workcopy3/sdk
make -f mk/configure.mk OS=WIN32 COMPILER=GCC3 BUILD=RELEASE
make clean
make




I'm sure this is a simple path problem, but I don't know what file to update the path in.

#1
11/19/2005 (2:54 pm)
I've seen discussions on this issue before--it has to do with the order in which MinSys and MingW are installed. I would suggest uninstalling all of the TBE (MingW and MinSys) installations, and re-installing TBE.

You may want to backup your makefile, otherwise you'll need to make the changes again you previously performed for T2D compilation.
#2
11/19/2005 (9:12 pm)
I used the tbe uninstaller again, rebooted, reinstalled, rebooted, then it worked perfectly! Which is weird, since minus the uninstall reboot, that was exactly what I did in the first place.
#3
11/20/2005 (8:00 am)
Yes--as I said, it's do to the order in which you install them. I can't remember exactly why, but as you intimated, it has to do with the path variable in your OS being set properly/automatically.

Glad you got it working again!