This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

re: case of G77 symbol tables


Hi.  I'm trying to call Fortran compiled with g77 from C
on Windows NT.  When I run 'nm' on the '.obj' produced by
g77, it tells me that my function names have all been turned
into lower case, i.e. 'setLowThresh' has become 'setlowthresh'.
This is causing some of my other tools trouble.  Is this case
change deliberate?  Can it be controlled by a command-line
switch?  (I couldn't find one in the docs.)
Thanks,
Greg



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