[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Scott Alexander <salex@d...> |
| Subject: | dynamic linking and C libraries |
I am having a problem when I try to dynamically link code which uses functions from C libraries (externals). I sometimes get a message like: The external function `is_digit_odd' is not available My workaround for this is to call the function in some statically linked part of the program. Is there a better fix for this problem? Thanks, Scott Alexander salex@dsl.cis.upenn.edu