Subject: Re: HEADS UP: new toolchain info! (now default on i386)
To: Todd Vierling <tv@wasabisystems.com>
From: Jaromír <jdolecek@netbsd.org>
List: current-users
Date: 09/23/2001 10:35:03
Todd Vierling wrote:
> I'm stuck at a motel midtravel, but I *will* test this tomorrow.  If you
> can give a quick reproduction example, it would help me tracking this down.

Well, this gives the same warning I've seen with other stuff:

> more f.c
int
main()
{
}
>  gcc -o f f.c -L/usr/X11R6/lib -lXmu
/usr/bin/ld: warning: libXt.so.6, needed by /usr/X11R6/lib/libXmu.so, not found 
(try using -rpath or -rpath-link)
/usr/bin/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXmu.so, not found 
(try using -rpath or -rpath-link)
/usr/bin/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXmu.so, not found
 (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libXext.so.6, needed by /usr/X11R6/lib/libXmu.so, not foun
d (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libX11.so.6, needed by /usr/X11R6/lib/libXmu.so, not found
 (try using -rpath or -rpath-link)
(and a lot of undefined referencies from X libs follow)
> ldd /usr/X11R6/lib/libXmu.so
/usr/X11R6/lib/libXmu.so:
         -lX11.6 => /usr/X11R6/lib/libX11.so.6
         -lICE.6 => /usr/X11R6/lib/libICE.so.6
         -lSM.6 => /usr/X11R6/lib/libSM.so.6
         -lXt.6 => /usr/X11R6/lib/libXt.so.6
         -lXext.6 => /usr/X11R6/lib/libXext.so.6

Jaromir
-- 
Jaromir Dolecek <jdolecek@NetBSD.org>      http://www.ics.muni.cz/~dolecek/
NetBSD - just plain best OS! -=*=- Got spare MCA cards or docs? Hand me them!