You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install ortep III on a CentOS Linux server which has an i7 processor, and where x11, and pgplot are both installed. the make command returns:
gfortran -lpgplot -o ortep3 ortep.o
ortep.o: In function penwsc_': ortep.f:(.text+0x583b): undefined reference to pgslw_'
ortep.o: In function colrsc_': ortep.f:(.text+0x5ad0): undefined reference to pgsci_'
ortep.o: In function curssc_': ortep.f:(.text+0x5e90): undefined reference to pgsfs_'
ortep.f:(.text+0x5e9c): undefined reference to pgscf_' ortep.f:(.text+0x5ea8): undefined reference to pgsch_'
ortep.f:(.text+0x5ec7): undefined reference to pgcurs_' ortep.f:(.text+0x61f1): undefined reference to pgsci_'
ortep.f:(.text+0x61fd): undefined reference to pgsfs_' ortep.f:(.text+0x6218): undefined reference to pgrect_'
ortep.f:(.text+0x6224): undefined reference to pgsci_' ortep.f:(.text+0x6230): undefined reference to pgsfs_'
ortep.f:(.text+0x624b): undefined reference to pgrect_' ortep.f:(.text+0x6264): undefined reference to pgtext_'
ortep.o: In function endsc_': ortep.f:(.text+0x639b): undefined reference to pgsci_'
ortep.f:(.text+0x63a7): undefined reference to pgsfs_' ortep.f:(.text+0x63c2): undefined reference to pgrect_'
ortep.f:(.text+0x63ce): undefined reference to pgsci_' ortep.f:(.text+0x63da): undefined reference to pgsfs_'
ortep.f:(.text+0x63f5): undefined reference to pgrect_' ortep.f:(.text+0x6401): undefined reference to pgsci_'
ortep.f:(.text+0x641c): undefined reference to pgtext_' ortep.o: In function initsc_':
ortep.f:(.text+0x7289): undefined reference to pgbeg_' ortep.f:(.text+0x72a9): undefined reference to pgscr_'
ortep.f:(.text+0x72c0): undefined reference to pgscr_' ortep.f:(.text+0x72c7): undefined reference to pgpage_'
ortep.f:(.text+0x72d3): undefined reference to pgqch_' ortep.f:(.text+0x72df): undefined reference to pgsch_'
ortep.f:(.text+0x72e6): undefined reference to pgvstd_' ortep.f:(.text+0x72ff): undefined reference to pgwnad_'
ortep.f:(.text+0x730b): undefined reference to pgsch_' ortep.f:(.text+0x733b): undefined reference to pgbox_'
ortep.f:(.text+0x7347): undefined reference to pgsci_' ortep.f:(.text+0x7353): undefined reference to pgsfs_'
ortep.f:(.text+0x736e): undefined reference to pgrect_' ortep.f:(.text+0x7389): undefined reference to pgtext_'
ortep.o: In function pensc_': ortep.f:(.text+0xa614): undefined reference to pgmove_'
ortep.f:(.text+0xa701): undefined reference to pgdraw_' ortep.o: In function endsc_':
ortep.f:(.text+0x6427): undefined reference to `pgend_'
collect2: error: ld returned 1 exit status
make: *** [all] Error 1
what is the problem here?
The text was updated successfully, but these errors were encountered:
I am trying to install ortep III on a CentOS Linux server which has an i7 processor, and where x11, and pgplot are both installed. the make command returns:
gfortran -lpgplot -o ortep3 ortep.o
ortep.o: In function
penwsc_': ortep.f:(.text+0x583b): undefined reference to
pgslw_'ortep.o: In function
colrsc_': ortep.f:(.text+0x5ad0): undefined reference to
pgsci_'ortep.o: In function
curssc_': ortep.f:(.text+0x5e90): undefined reference to
pgsfs_'ortep.f:(.text+0x5e9c): undefined reference to
pgscf_' ortep.f:(.text+0x5ea8): undefined reference to
pgsch_'ortep.f:(.text+0x5ec7): undefined reference to
pgcurs_' ortep.f:(.text+0x61f1): undefined reference to
pgsci_'ortep.f:(.text+0x61fd): undefined reference to
pgsfs_' ortep.f:(.text+0x6218): undefined reference to
pgrect_'ortep.f:(.text+0x6224): undefined reference to
pgsci_' ortep.f:(.text+0x6230): undefined reference to
pgsfs_'ortep.f:(.text+0x624b): undefined reference to
pgrect_' ortep.f:(.text+0x6264): undefined reference to
pgtext_'ortep.o: In function
endsc_': ortep.f:(.text+0x639b): undefined reference to
pgsci_'ortep.f:(.text+0x63a7): undefined reference to
pgsfs_' ortep.f:(.text+0x63c2): undefined reference to
pgrect_'ortep.f:(.text+0x63ce): undefined reference to
pgsci_' ortep.f:(.text+0x63da): undefined reference to
pgsfs_'ortep.f:(.text+0x63f5): undefined reference to
pgrect_' ortep.f:(.text+0x6401): undefined reference to
pgsci_'ortep.f:(.text+0x641c): undefined reference to
pgtext_' ortep.o: In function
initsc_':ortep.f:(.text+0x7289): undefined reference to
pgbeg_' ortep.f:(.text+0x72a9): undefined reference to
pgscr_'ortep.f:(.text+0x72c0): undefined reference to
pgscr_' ortep.f:(.text+0x72c7): undefined reference to
pgpage_'ortep.f:(.text+0x72d3): undefined reference to
pgqch_' ortep.f:(.text+0x72df): undefined reference to
pgsch_'ortep.f:(.text+0x72e6): undefined reference to
pgvstd_' ortep.f:(.text+0x72ff): undefined reference to
pgwnad_'ortep.f:(.text+0x730b): undefined reference to
pgsch_' ortep.f:(.text+0x733b): undefined reference to
pgbox_'ortep.f:(.text+0x7347): undefined reference to
pgsci_' ortep.f:(.text+0x7353): undefined reference to
pgsfs_'ortep.f:(.text+0x736e): undefined reference to
pgrect_' ortep.f:(.text+0x7389): undefined reference to
pgtext_'ortep.o: In function
pensc_': ortep.f:(.text+0xa614): undefined reference to
pgmove_'ortep.f:(.text+0xa701): undefined reference to
pgdraw_' ortep.o: In function
endsc_':ortep.f:(.text+0x6427): undefined reference to `pgend_'
collect2: error: ld returned 1 exit status
make: *** [all] Error 1
what is the problem here?
The text was updated successfully, but these errors were encountered: