jerker_back -> RE: cross compiling from Interix 5.2 to 3.5 (Mar. 13, '06, 11:54:57 AM) |
Sorry, I've read your question again - understand the problem.
I think, the gcc implementation is the same in SUA and SFU. Anyway, even if they are not it doesn't matter. The important part is what's in '/usr/include' and '/usr/lib' - right? Why not rename these to:
/usr/inc_SUA, /usr/lib_SUA etc
and do a
ln -s /usr/inc_SFU /usr/include
ln -s /usr/lib_SFU /usr/lib
you can then shift between the environments with a simple ln command
regards Jerker
|
|
|
|