From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24466 invoked by alias); 10 Feb 2006 13:22:48 -0000 Received: (qmail 24397 invoked by uid 22791); 10 Feb 2006 13:22:47 -0000 X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (199.232.76.164) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 10 Feb 2006 13:22:45 +0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.34) id 1F7YEV-0004S9-Ok for gcc@gnu.org; Fri, 10 Feb 2006 08:22:43 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.52) id 1F7YIE-0008Da-Qk for gcc@gnu.org; Fri, 10 Feb 2006 08:26:37 -0500 Received: from [159.93.17.40] (helo=mail.jinr.ru) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F7YIE-0008DM-Ex for gcc@gnu.org; Fri, 10 Feb 2006 08:26:34 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.jinr.ru (Postfix) with ESMTP id E7FEE95 for ; Fri, 10 Feb 2006 16:22:36 +0300 (MSK) Received: from mail.jinr.ru ([127.0.0.1]) by localhost (mail.jinr.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25815-08 for ; Fri, 10 Feb 2006 16:22:35 +0300 (MSK) Received: from tsap (tsap.jinr.ru [159.93.40.195]) by mail.jinr.ru (Postfix) with SMTP id 7A15A97 for ; Fri, 10 Feb 2006 16:22:35 +0300 (MSK) Message-ID: <005a01c62e45$114c6c00$c3285d9f@tsap> From: "Sapojnikova T.F." To: Subject: gcc Date: Fri, 10 Feb 2006 13:22:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=original Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg00188.txt.bz2 Dear developers! Can I use c++ (g++) and fortran (g77) together in one multilanguage application? Main program is written on c++, subroutine or function are written on fortran. And how can I do it? Where can I read about this? gcc, g77,g++ version 3.2.3 (Linux) Best regards, Sapozhnikova T.F.