On 01/07/11 12:06, Rainer Stratmann wrote:
I downloaded some *.deb packages from here:
http://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20i386%20DEB/Lazarus%200.9.30/
and wanted to install with
dpkg -i *.deb
There was an error libc6-dev not found. (crosscompile package).
Where can I get this deb package?
dpkg should have marked that dependency as broken, so you should be able
to use:
apt-get -f install
to install the necessary packages from the repo. then try dpkg -i ...
again.
Henry
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal