https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35014

Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jvdelisle at gcc dot gnu.org

--- Comment #8 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
(In reply to cgw from comment #7)
> Thanks for the suggestion.  I will give it a try.
> 
> However, we're using a gcc from the distribution - either Ubuntu or
> Anaconda, depending on the platform.  We are not configuring and building
> our own gcc.
> 
> Configuring our own gcc is possible, but a lot of extra overhead.  However,
> we'd like our end-users to be able to modify the code and recompile it. 
> Asking end-users to configure and build gcc in order to compile our package
> is not really an option for us.

I recently set up an LUbuntu system and yesterady noticed a link error
suggesting that one compile with -fPIC. Now I wonder if the problem I am seeing
is the same issue.  I did compile the application with -fPIC, but it must be
the libgfortran that is the problem.

Reply via email to