Here is your problem: GPC can not be used with different version of GCC. If it's compiled from sources against of GCC 2.8.1 you need GCC 2.8.1 to run the beast, if it's compiled against of EGCS 1.1.2 you need EGCS 1.1.2 and so on. Even minor changes (EGCS 1.1.1 => EGCS 1.1.2) will break harmony :-)
That's lovely. So why not read from the current gcc what version it is and if they differ put up a BIG MESSAGE and abort?
It could be boxed like this to bring attention:
************************************************************ * Here is your problem: GPC can not be used with different * * version of GCC. If it's compiled from sources against * * GCC 2.8.1 you need GCC 2.8.1 to run the beast, if it's * * compiled against EGCS 1.1.2 you need EGCS 1.1.2 and so * * on. Even minor changes (EGCS 1.1.1 => EGCS 1.1.2) will * * break harmony :-) * ************************************************************
:-)
Tom
Dr. Thomas D. Schneider National Cancer Institute Laboratory of Experimental and Computational Biology Frederick, Maryland 21702-1201 toms@ncifcrf.gov permanent email: toms@alum.mit.edu http://www.lecb.ncifcrf.gov/~toms/