The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-20-2004
Perderabo's Avatar
Perderabo Perderabo is offline
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,334
I have never tried that. But I would be astonished if it worked. gcc is not even source level compatible with aCC. There is a lot of code out there marked "gcc only".

Why would you build a library with one compiler and an executable with another? Why not try a single compiler?