Please disregard my original post, as it was (as usual) a simple case of
RTFM. FreeBSD rolls libdl in with it's libc, and my second question was
solved by simply adding -lstdc++ to the compile command line. It seems
the plex makefiles use cc no matter what, even when compiling c++ files,
and so the c++ libraries weren't getting linked with the code. That
will tend to cause undefined symbol errors (*getting red in the face*).
Thanks anyway,
Isaac Waldron
waldroni at lr dot net
----- Original Message -----
From: Wouter Coene <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 12, 2000 1:57 PM
Subject: Re: Undefined symbol __ti9exception
> According to Isaac Waldron ([EMAIL PROTECTED]):
> > My first question is, what is libdl?
>
> libdl implements dlopen() and stuff under glibc.
>
> Wouter
> --
> * Wouter Coene * [EMAIL PROTECTED] * [EMAIL PROTECTED] *
> * C.O.R.E/OMTA/Plex86 * C development/Code maniac *
> * "When people run in circles we call them crazy, *
> * when planets do we call it orbiting" *
>
>