dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #07500
-lamd error
Hello
I am trying to install FEniCS on some new machines. I follow the
instructions mentioned in the Fenics document for installation, However
when I try to run a demo, there is an error in "make" step. the error
is as follows:
---------------------------------------------------------------
rm -f *.o core *.core main.o demo
`pkg-config --variable=compiler dolfin` `pkg-config --cflags dolfin` -c
main.cpp
`pkg-config --variable=compiler dolfin` -o demo main.o `pkg-config
--cflags dolfin` `pkg-config --libs dolfin`
/usr/bin/ld: cannot find -lamd
collect2: ld returned 1 exit status
make: *** [demo] Error 1
----------------------------------------------------------------
does anyone know how I can get rid of this -lamd error???
Regards,
Hatef Monajemi
Follow ups