This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Unresolved Symbols in g77 objects


I compiled some fortran files using g77. The compiling flags I used are:

 -fugly-init -ff77 -fugly-complex -ftypeless-boz -fugly-assumed \
         -fno-silent -fugly-args -fugly-comma -fintrin-case-any \
         -fmatch-case-any -fno-f2c -w \
         -fno-underscoring -fno-globals -g -I4 -c 
The version of g77 I used is 2.95.3-5 (gcc used by g77 is same version).

I am trying to link the objects compiled using g77 with the objects compiled

with Visual C++. The linker I used is CL (Visual C++ linker). 
I got a few unresolved symbols in the objects created by g77. Those 
symbols definitely are not in my source code but created by g77. 
Here are those symbols:

_s_wsfe
_do_fio
__alloca

How can I solve those unresolved symbols?

Thanks!

Wei Liu
wei.liu2@boeing.com



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]