1833776 Members
2420 Online
110063 Solutions
New Discussion

acc and CC together?

 
SOLVED
Go to solution
Raul del Castillo
Contributor

acc and CC together?

Is it possible , in run-time, to run simultaneosly applications compiled with acc (using STLs libraries) and with CC ones ( using USLs )
1 REPLY 1
Kenneth Platz
Esteemed Contributor
Solution

Re: acc and CC together?

Raul,

Yes, it is possible to run two (or more) separate applications simultaneously on the system, even if one (or more) was compiled using the Cfront (CC) compiler and the other(s) have been compiled with the ANSI C++ (aCC) compiler.

However, I do not believe it is possible to 'mix and match' these two compilers within an individual application -- the entire application (including any shared libraries, object files, etc) must be built using ONE of the two C++ compilers, since they have very different methods of performing certain C++ functions, such as mangling/demangling names and so forth.

I hope this helps,


Kenneth Platz
Hewlett-Packard Response Center
I think, therefore I am... I think!