Mailinglist Archive: radeonhd (308 mails)
| < Previous | Next > |
Re: [radeonhd] help for: Failed to detect a connected monitor
- From: Axel Burwitz <axel.burwitz@xxxxxxxx>
- Date: Tue, 25 Mar 2008 15:15:29 +0100
- Message-id: <47E90901.9070407@xxxxxxxx>
Matthias Hopf wrote:
="-I/usr/local/include"
in the /etc/make.conf file and run make then. Have done that, and that led to:
"/usr/bin/ld: cannot find -lpci
*** Error code 1
Stop in /usr/ports/x11-drivers/xf86-video-radeonhd/work/xf86-video-radeonhd-1.0.0/utils/conntest."
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
On Mar 24, 08 12:29:18 +0100, Axel Burwitz wrote:No idea at the moment how to do that , have to post in the FreeBSD Forum...
Apparently, pci/pci.h is included in the libpci package on FreeBSD. Sohave been some days off, but now here are news:
first install this package, if that doesn't help, do the following:
Please show me the output of
ls -al /usr/lib/libz.*
and
find /usr/include -name pci.h
This is probably close to bug #13497.
Matthias
1) have installed libpci
"# pkg_info | grep libpci
libpci-2.2.8_1 PCI configuration space I/O made easy"
I don't know freebsd, is there a way to print out which files are
installed by a certain package? Then please print the list of files of
libpci. Also you might want to try and find out which package installed
/usr/local/include/pci/pci.h
there is no "./configure" in FreeBSD. You have to make an entry for CFLAGSbut that made no change.
try ./configure CFLAGS="-I/usr/local/include"
="-I/usr/local/include"
in the /etc/make.conf file and run make then. Have done that, and that led to:
"/usr/bin/ld: cannot find -lpci
*** Error code 1
Stop in /usr/ports/x11-drivers/xf86-video-radeonhd/work/xf86-video-radeonhd-1.0.0/utils/conntest."
4) a search gave
"# find / -type f -name pci.h -print
/usr/local/include/pci/pci.h
A file installed in /usr/local/ typically always shows that this is not
part of the system, but installed individually by the administrator.
HTH
Matthias
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |