From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: Chip Olson Cc: Source-Navigator Subject: Re: [Fwd: Re: Building on FreeBSD 3.2] Date: Fri, 10 Nov 2000 16:15:00 -0000 Message-id: References: <3A0C7464.7A306A15@shore.net> X-SW-Source: 2000-q4/msg00211.html 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