--- Comment #10 from dannysmith at users dot sourceforge dot net
2007-03-10 01:51 ---
In dlls buit by MS windows native toolchain (eg the win32api system
libraries), exported functions are built with __stdcall calling
convention, but are exported without any decoration, eg, WinFooFoo is
--- Comment #9 from pinskia at gcc dot gnu dot org 2007-03-09 17:08 ---
In fact this is an enhancement and really there just needs a new win32 option
for this feature.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-03-09 17:05 ---
This is not that much of a blocker, really.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2007-03-09 15:23
---
(In reply to comment #6)
> when typing gfortran --target-help those options are all listed as compiler
> options.
We all agree it's a bug: compiler, assembler and linker options are listed
there indifferently. I
--- Comment #6 from wt at simpack dot de 2007-03-09 07:39 ---
guys, is absolutely agree that what g95 does is of no concern here.
However the problems we are experienceing are with gfortran (the link attached
in the previous statement contained info about both gfortran and g95).
when ty
--- Comment #5 from kargl at gcc dot gnu dot org 2007-03-08 17:58 ---
> Other source in the web (e.g.:
> http://04.code-hosting.com/Fortran/1509485-g95---how-to-build-a-DLL )
> point out the -mrtd would be the option to do the trick.
> None of that works.
What g95 does is on absolutel
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-03-08 17:54 ---
>gfortran --target-help
> ...
> --add-stdcall-aliasExport symbols with and without @nn
> --disable-stdcall-fixupDon't link _sym to [EMAIL PROTECTED]
> --enable-stdcall-fixup
--- Comment #3 from burnus at gcc dot gnu dot org 2007-03-08 17:06 ---
> gfortran --target-help
> --add-stdcall-aliasExport symbols with and without @nn
> --disable-stdcall-fixupDon't link _sym to [EMAIL PROTECTED]
> --enable-stdcall-fixup Li