[JDEV] problems compiling

Chris, the Young One cky at pobox.com
Mon Jul 10 05:06:17 CDT 2000


On Sun, Jul 09, 2000 at 08:32:37PM -0500, Eliot Landrum wrote:
! If someone can tell me what the equivalent steps are on FreeBSD (or
! if they are even needed!).. I'll add that to the HOWTO.

I don't use FreeBSD, but meanwhile I'll fill in what I know about
OpenBSD, which I hope is ``similar enough''.

			*	*	*

OpenBSD does have an ldconfig, but it doesn't use /etc/ld.so.conf;
instead you specify the directories on invocation, so you normally do

	$ sudo ldconfig /usr/local/lib /usr/X11R6/lib

However, the linker does not appear to use /var/run/ld.so.hints (no
mention of that file when I ``strings /usr/bin/ld''). What's always
worked for me is to ensure that -L/usr/local/lib is specified, assuming
the requisite libraries are installed in /usr/local/lib.

I'm sure others will have different experiences with this, which I'll
be glad to hear.

			*	*	*

What could be more interesting to see may be the last few lines of
config.log. That's usually very telling about what the problem really
is, so if Micheal still has it around I certainly won't mind looking
at it.

Cheers,
	---Chris K.
-- 
 Chris, the Young One |_ heartbleed (OpenBSD/i386) has now been up
  Auckland, New Zealand |_ for all of 12 days, 08:08:45
http://cloud9.hedgee.com/ |_ 




More information about the JDev mailing list