> While Installing fltk first we use to run configure script 
> which contains gcc and g++. I changed it to icc in configure 
> script and executed configure script. Later i gave make 
> command. In this stage itself it stopped with the error after 
> which i want to execute make install command which will 
> install in path.


That's not a very robust way to alter the configuration, you would be
better telling configure to look for icc, something like:

Prompt $>  CC=icc CXX=icc ./configure

Note that this assumes icc is in your path, if not you need to give a
full path. You might also need to set the include and lib paths to
configure - if you run ./configure --help it will describe how to set
those paths dynamically.



SELEX Sensors and Airborne Systems Limited
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to