* [Fwd: Re: Building on FreeBSD 3.2]
@ 2000-11-10 14:19 Chip Olson
2000-11-10 16:15 ` Ben Elliston
0 siblings, 1 reply; 2+ messages in thread
From: Chip Olson @ 2000-11-10 14:19 UTC (permalink / raw)
To: Source-Navigator
Ben Elliston wrote:
> Why are you trying to use the Linux compatibility? Why not try and compile
> the whole package to run natively on FreeBSD? If that's the case, where do
> you normally link dl_open() from?
Why, that's an excellent idea. (The answer to your question is "because I
don't know what part of this is Linux-specific and what isn't"). As it
turns out, dlopen() in FreeBSD is in libc rather than in its own library,
so I took the -ldl off of the line in the config script. Now it doesn't
complain about that when I run configure, but I'm still getting the same
error when I try to build, and a check of config.log reveals a number of
similar issues (i.e. trying to link in libraries that don't exist in
FreeBSD). I'd think that, if this is a standard Tcl distribution, it'd be
set up to deal with FreeBSD as well as Linux, so I'm not quite sure what's
going on here.
At this point, I'm not sure if the issue lies with SN, the 3rd-party
modules it includes, FreeBSD, or my setup. But I *MASSIVELY* appreciate
everyone's help.
--
-Chip Olson. | ceo at shore dot net
"You ask me why we celebrate, when nothing has been won;
We take dark hours, we make them great, that's all we've ever done..."
-Oysterband, "This Is The Voice".
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Fwd: Re: Building on FreeBSD 3.2]
2000-11-10 14:19 [Fwd: Re: Building on FreeBSD 3.2] Chip Olson
@ 2000-11-10 16:15 ` Ben Elliston
0 siblings, 0 replies; 2+ messages in thread
From: Ben Elliston @ 2000-11-10 16:15 UTC (permalink / raw)
To: Chip Olson; +Cc: Source-Navigator
Hi Chip,
turns out, dlopen() in FreeBSD is in libc rather than in its own
library, so I took the -ldl off of the line in the config script. Now
it doesn't complain about that when I run configure, but I'm still
getting the same error when I try to build, and a check of config.log
reveals a number of similar issues (i.e. trying to link in libraries
that don't exist in FreeBSD). I'd think that, if this is a standard
Tcl distribution, it'd be set up to deal with FreeBSD as well as
Linux, so I'm not quite sure what's going on here.
OK -- let's tackle this from the beginning. If you configure the entire
tree, what breaks first? Do you know why? Can you send more details? I'm
prepared to help you nut through it.
Cheers, Ben
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-11-10 16:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-10 14:19 [Fwd: Re: Building on FreeBSD 3.2] Chip Olson
2000-11-10 16:15 ` Ben Elliston
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).