kettle
01-27-2006, 12:35 AM
Hi all,
How can I link my compiler command so as that it will automatically direct any 'g++' calls to 'g++296'?
I am running Redhat 7.3 using g++ v. 2.96. The command I typically use to execute g++ is 'g++296'. When I try to compile new code from outside sources I often get something like the following error:
g++ -c -O3 -DSWAP_BYTES -I../include -I../../SVDLIBC++64intel/ AbsoluteSelectNgrams.cpp -o obj/linux/four_byte_ids/AbsoluteSelectNgrams.o
make[1]: g++: Command not found
How can I link my compiler command so as that it will automatically direct any 'g++' calls to 'g++296'?
How can I link my compiler command so as that it will automatically direct any 'g++' calls to 'g++296'?
I am running Redhat 7.3 using g++ v. 2.96. The command I typically use to execute g++ is 'g++296'. When I try to compile new code from outside sources I often get something like the following error:
g++ -c -O3 -DSWAP_BYTES -I../include -I../../SVDLIBC++64intel/ AbsoluteSelectNgrams.cpp -o obj/linux/four_byte_ids/AbsoluteSelectNgrams.o
make[1]: g++: Command not found
How can I link my compiler command so as that it will automatically direct any 'g++' calls to 'g++296'?