scsh-users
[Top] [All Lists]

Linux compilation problem (and solution) under ELF

To: scsh-bugs@martigny.ai.mit.edu
Subject: Linux compilation problem (and solution) under ELF
From: "Jin S. Choi" <jsc@tabitha.atype.com>
Date: Fri, 25 Aug 1995 03:16:58 -0400
Reply-to: jin@atype.com
When compiling under Linux/ELF, a ton of external "df_*" symbols don't
get found. The problem is that scshvm is using dlsym() to look for
symbols in itself, which doesn't work (under Linux) unless you link
scshvm with -rdynamic. Adding -rdynamic to the LDFLAGS in the Makefile
solves the problem.


<Prev in Thread] Current Thread [Next in Thread>
  • Linux compilation problem (and solution) under ELF, Jin S. Choi <=