Subject: Re: Options to ld odditiy when building pyxml
To: Paul Newhouse <netbsd-help@mail.netbsd.org>
From: Tracy Nelson <tnelson158@attbi.com>
List: netbsd-help
Date: 03/07/2002 16:48:38
From: "Paul Newhouse" <newhouse@rockhead.com>
> I'm confused by the -Wl,... stuff being passed to ld.  I thought -Wl,...
> was a C command line option to pass ... to ld?

From a quick glance at the docs, it looks like the -R option must be
followed by a space before the argument.  Can you try
"-Wl,--just-symbols=/usr/pkg/lib"?

It also looks like you need to specify a complete file name, not just a
directory.  Don't know if this is part of the problem or not...