|
From: Earnie B. <ea...@us...> - 2013-08-25 22:36:54
|
On Sun, Aug 25, 2013 at 1:17 PM, Sam Halliday wrote: PLEASE STOP TOP POSTING. > The full parameter list is a bit verbose. Btw, I'm building a shared lib: > > gcc -o mylib.so -shared -static-libgfortran -lgfortran ... .o files ... ^^^ You problem as I tried to point out is you use GCC instead of GFORTRAN to try to link the fortran objects. I had made the assumption that you were using gcc instead of the correct frontend already. gfortran -shared -o mylib.dll -static-libgfortran mylib.o > This list observes the Etiquette found at > http://www.mingw.org/Mailing_Lists. Please read this! -- Earnie -- https://sites.google.com/site/earnieboyd |