Bug 225375 - graphics/pgplot undefined symbol _gfortran_concat_string in libpgplot.so.5
Summary: graphics/pgplot undefined symbol _gfortran_concat_string in libpgplot.so.5
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-22 09:38 UTC by Erik B Knudsen
Modified: 2018-01-26 13:02 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik B Knudsen 2018-01-22 09:38:58 UTC
When trying to call libpgplot.so.5 from the perl PGPLOT binidings there's an error:
 /usr/local/lib/libpgplot.so.5: Undefined symbol "_gfortran_concat_string"

Perhaps the libraries need to be compiled with -lgfortran. If the compiler is indeed gfortran that is. Not sure how to do that though.
Comment 1 Erik B Knudsen 2018-01-26 13:02:04 UTC
Closer analysis shows that this bug is caused by lang/p5ExtUtils-F77 having a hardcoded gfortran version: 4.8. Closing this one and opening a new on there.