Hi! I'm trying to use shared libraries from bigforth on a node in a bproc cluster environment. In order to make the libraries available to running bigforth when it is on a node I need to prelink them to the interpreter, so bproc management knows to load them. However, when I change the makefile line from
LDLIBS = -ldl to LDLIBS = -ldl -lgsl -lblas -latlas and start recompiled bigforth it gives me bus error and does not exec what I input to it, just echoes. Do you know why might that be? Thank you! -- Sergey --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
