[wplug] IDE for C and C++

terry mcintyre terrymcintyre at yahoo.com
Tue Sep 4 09:40:18 EDT 2001


> How do I get around the problem where installations
> are looking for the
> wrong compiler tools?

This might work:

mv /usr/bin/cc /usr/bin/oldcc
ln -s /usr/local/bin/gcc /usr/bin/cc 

( adjust according to the actual location 
of gcc on your system )


[ Caveat: moving the existing cc has an
obvious impact upon other programs which
endeavor to run cc. ] 

The IDE might also have a configuration
file somewhere which specifies stuff like
the compiler. One common configuration tool
is the CC environment variable; you might
try setting it to the location of your 
preferred compiler. CFLAGS might work
for setting compile-time switches.


=====
Terry McIntyre, Wilkins Twp, PA
I have a life, not a "lifestyle."

http://pghpinkpistols.swiki.net
-- life is worth defending!

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com



More information about the wplug mailing list