Hi Alex, > Can you link C, C++ and Ada object files together to > libraries/executables ? > If yes, which linker is used then ? The Ada one or the one from C++ ?
If you mean directly to link object files together, this is a little bit tricky. Because gnatlink (which links ada files) sets some options for linking, but it uses gcc to link all the files. But i don't know if you also need the generated ali files (this is additional information about the program created by gnat) by linking without gnatlink. On the other hand you can use an c++ or an ada builded executable with shared objects or dlls made in the other language without any problems. Hope to help Greetings Alexander ---------------------------------------------------------------- Please note: This e-mail may contain confidential information intended solely for the addressee. If you have received this e-mail in error, please do not disclose it to anyone, notify the sender promptly, and delete the message from your system. Thank you.
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
