Mailinglist Archive: radeonhd (436 mails)
| < Previous | Next > |
Re: [radeonhd] Problems with FreeBSD sed while compiling and drm
- From: Rene Ladan <r.c.ladan@xxxxxxxxx>
- Date: Wed, 30 Jul 2008 20:11:16 +0200
- Message-id: <4890AEC4.1070100@xxxxxxxxx>
Martin schreef:
It works in the x11-drivers/xf86-video-radeonhd port. Try this (in sh):
PCIUTILS_CFLAGS="-I/usr/local/include -lpci -lz"
PCIUTILS_LIBS="-L/usr/local/lib" ./configure
and make sure you have devel/libpci installed (companion of sysutils/pciutils)
HTH,
Rene
--
http://www.rene-ladan.nl/
GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6
(subkeys.pgp.net)
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
Am Wed, 30 Jul 2008 12:30:22 +0200
schrieb Hans Ulrich Niedermann <hun@xxxxxxxxxxxxxxxx>:
Hallo Hans,
If FreeBSD is not using minised but something else which I did not
find, the following might help.
I'm not sure what minised is, but your patch addresses the problem
correctly. At least a bit of it. There is also a second line that needs
your kind of patch (attached).
Perhaps not that important...
Now the sources compile, but there is a confusing warning at the end:
WARNING: Cannot build the rhd_conntest program due to missing
dependencies. *IF* you want to build rhd_conntest, install development
packages of both pciutils and zlib/libz and re-run the configure (or
autogen) script.
But I have them installed :)
pciutils-2.2.8 PCI configuration utilities
-r--r--r-- 1 root wheel 109650 21 Jul 01:27 /usr/lib/libz.a
lrwxr-xr-x 1 root wheel 14 21 Jul 01:27 /usr/lib/libz.so
-> /lib/libz.so.4
It works in the x11-drivers/xf86-video-radeonhd port. Try this (in sh):
PCIUTILS_CFLAGS="-I/usr/local/include -lpci -lz"
PCIUTILS_LIBS="-L/usr/local/lib" ./configure
and make sure you have devel/libpci installed (companion of sysutils/pciutils)
HTH,
Rene
--
http://www.rene-ladan.nl/
GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6
(subkeys.pgp.net)
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |