Skip to content

Instantly share code, notes, and snippets.

@andycasey
Created July 24, 2012 00:12
Show Gist options
  • Save andycasey/3167099 to your computer and use it in GitHub Desktop.
Save andycasey/3167099 to your computer and use it in GitHub Desktop.
csr-dyn-76:MOOG2011_SCAT andycasey$ gfortran -o Abfind.o -L. Abfind.f -lX11 -lplotsub -ldevices -lutils -L/usr/X11R6/lib
ld: warning: in /usr/local/lib/libplotsub.a, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libdevices.a, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libutils.a, file was built for unsupported file format which is not the architecture being linked (i386)
Undefined symbols:
"_fakeline_", referenced from:
_abfind_ in ccvIy6je.o
"_stats_", referenced from:
_abfind_ in ccvIy6je.o
"_pltabun_", referenced from:
_abfind_ in ccvIy6je.o
"_putasci_", referenced from:
_abfind_ in ccvIy6je.o
"_prinfo_", referenced from:
_abfind_ in ccvIy6je.o
_abfind_ in ccvIy6je.o
_abfind_ in ccvIy6je.o
"_oneline_", referenced from:
_abfind_ in ccvIy6je.o
_abfind_ in ccvIy6je.o
"_infile_", referenced from:
_abfind_ in ccvIy6je.o
_abfind_ in ccvIy6je.o
_abfind_ in ccvIy6je.o
_abfind_ in ccvIy6je.o
_abfind_ in ccvIy6je.o
"_sunder_", referenced from:
_abfind_ in ccvIy6je.o
"_finish_", referenced from:
_abfind_ in ccvIy6je.o
_abfind_ in ccvIy6je.o
_abfind_ in ccvIy6je.o
"_MAIN__", referenced from:
_main in libgfortranbegin.a(fmain.o)
"_nearly_", referenced from:
_abfind_ in ccvIy6je.o
_abfind_ in ccvIy6je.o
"_inmodel_", referenced from:
_abfind_ in ccvIy6je.o
"_lineinfo_", referenced from:
_abfind_ in ccvIy6je.o
"_inlines_", referenced from:
_abfind_ in ccvIy6je.o
"_getnum_", referenced from:
_abfind_ in ccvIy6je.o
"_params_", referenced from:
_abfind_ in ccvIy6je.o
"_getasci_", referenced from:
_abfind_ in ccvIy6je.o
"_eqlib_", referenced from:
_abfind_ in ccvIy6je.o
_abfind_ in ccvIy6je.o
"_linlimit_", referenced from:
_abfind_ in ccvIy6je.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment