- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Is there a way to disable the default option -lowercase used
by the ifc compiler ?
I want to link a fortran code with a C library but the names of the functions in the library are case-sensitive and contain both upper and lowercase letters ...
Thanks for your help.
F.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Apparently, the options are -lowercase or -uppercase. No doubt you're aware this isn't the only issue which might require you to write Fortran-callable wrapper functions in C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I suggest the use of !DEC$ ATTRIBUTES ALIAS to specify the exact name you want, rather than changing the interpretation of all names. See the documentation for information on how to use the ATTRIBUTES directive.
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page