delorie.com/archives/browse.cgi | search |
Date: | Wed, 30 Sep 92 20:43:07 GMT |
From: | kuku AT acds DOT physik DOT rwth-aachen DOT de (Christoph Kukulies) |
To: | djgpp AT sun DOT soe DOT clarkson DOT edu, ronis AT ronis DOT chem DOT mcgill DOT ca |
Subject: | Re: Mixed Programming |
When running f2c programs you need the module main.o (entry point _main) which in turn call _MAIN (your fortran main program). sig_die is in module main.o in libF77. wrtfmt.o is in libI77. swap libI77 and libF77 in you loader command line or force sig_die somehow else to be searched before wrtfmt.o etc. need them. --Chris
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |