Return to BSD News archive
Newsgroups: comp.os.386bsd.bugs Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msuinfo!gmi!zombie.ncsc.mil!MathWorks.Com!solaris.cc.vt.edu!uunet!news.iij.ad.jp!wincgw1!synapse!caeib1!ravi From: ravi@cae.daikin.co.jp (ravi kumar) Subject: Please Help with FORTRAN Message-ID: <1994Sep27.233949.26036@cae.daikin.co.jp> Date: Tue, 27 Sep 1994 23:39:49 GMT Organization: Daikin Industries Ltd., X-Newsreader: Tin 1.1 PL4 Lines: 25 Hello, FreeBSD ..ers I have a problem with F77 or (f2c & cc) what ever it is? I have never been comfortable with FORTRAN . This one is adding to it I have a engineering application written in FORTRAN . I thought of covering it up with a C++ interface to avoid clumsy subroutine calls. I did develope an C++ interface, which works well when I compile in SGI machines IRIX.4.0.5 with f2c and AT&T's C++ 2.x. I have a FreeBSD1.1 machine at home. When I try to compile the same routines with f2c and g++ , compilation goes off , but execution core dumps. When I tried in Linux 1.x it runs well and gives good result. Why this diff., I have been using BSD from 386bsd 0.1 to FreeBSD 1.1. Does any body have similar experience with this FORTRAN stuff ? If you know ,please let us know why it happens ? ravi