Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 1998 14:13:24 +0200
From:      Andreas Klemm <andreas@klemm.gtn.com>
To:        hackers@FreeBSD.ORG
Cc:        ports@FreeBSD.ORG
Subject:   libqt-1.39 snap: ld: -L differences between Linux and FreeBSD ???
Message-ID:  <19980410141324.56043@klemm.gtn.com>

next in thread | raw e-mail | index | archive | help
Have difficulties compiling the newest libqt snapshot.
The seem to have a ld(1), that is able to get a list of
directories (-L flags) first, which is valid for every
further -l command option ...

cd t1; gmake
gmake[2]: Entering directory
`/home/andreas/src/freefall/myports/work/qt/work/qt-1.39-19980406/tutorial/t1'
gcc -L/home/andreas/src/freefall/myports/work/qt/work/qt-1.39-19980406/lib
-L/usr/X11R6/lib  -o t1 main.o  -lqt -lX11 
ld: -lqt: no match

Error is, the libqt isn't searched in 
	/home/andreas/src/freefall/myports/work/qt/work/qt-1.39-19980406/lib

But this seems to run on other platforms...

This surely would work ...
gcc -o t1 main.o -L/home/andreas/src/freefall/myports/work/qt/work/qt-1.39-19980406/lib -lqt -L/usr/X11R6/lib -lX11 

What's right, what's wrong ???

Do I have to rewrite the Rules of every Makefile.in now ??? 
14 subdirs: tutorial/t1 ...  tutorial/t14 ?!

Or does somone have a patch for ld around ???

-- 
Andreas Klemm                             http://www.FreeBSD.ORG/~andreas
What gives you 90% more speed, for example in kernel compilation ?
               http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html
                          powered by ,,symmetric multiprocessor FreeBSD''

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980410141324.56043>