Path: utzoo!attcan!uunet!cs.utexas.edu!know!samsung!dali.cs.montana.edu!milton!blake.acs.washington.edu!creeds From: creeds@blake.acs.washington.edu (Ron Legere) Newsgroups: comp.lang.c Subject: Using Fortran libraries from C Message-ID: <4764@milton.u.washington.edu> Date: 5 Jul 90 00:44:01 GMT Sender: news@milton.u.washington.edu Distribution: all Organization: University of Washington, Seattle Lines: 5 Does anyone know how to use fortran library functions in C code? I am trying to use veclib on the Convex, but just calling the functions and using cc ... -lveclib ... doesn't work. How is this done?