| View previous topic :: View next topic |
| Author |
Message |
neighborlee Xplorer
Joined: 29 Jun 2004 Posts: 44
|
Posted: Wed Oct 19, 2005 8:50 pm Post subject: urpmf equivalent ? |
|
|
hi..
is there a urpmf equivalent in xandors..the idea is to be able to find out what package contains a needed dependency one might need as they are compiling something..
ie:
I compile app X and it says during compile that I need say libxml.h
in mandrake its: urpmf libxml.h..in suse its pin libxml.h..in debian you can find out but you must goto online to do so..so im just wondering if xandros has anyway of doing this offline like the other distros I mentioned..
cheers
nl |
|
| Back to top |
|
 |
sqlpython Xanalandingdonger
Joined: 22 Sep 2005 Posts: 5040 Location: Ct. USA
|
Posted: Sat Nov 05, 2005 12:04 am Post subject: |
|
|
Hi neighborlee
There are a few tools for C programmers . `gcc -M' is one.
`makedepend' from X11 is another. `scripts/mkdep.c' from the
Linux kernel is a third. Some development suites have tools to help with this situation. _________________

Criticism only accepted for Solutions that work. ;^)
RevLinux, Debian Squeeze"
Kubuntu 10.04 & 10.10 |
|
| Back to top |
|
 |
sqlpython Xanalandingdonger
Joined: 22 Sep 2005 Posts: 5040 Location: Ct. USA
|
Posted: Sat Nov 05, 2005 12:13 am Post subject: |
|
|
Sorry to post twice..
I realized when I read you were looking for a method to track down *.h files which are C headers I thought ahh.. programming.
But you may have been referring to apt-get installs or Xandros Networks and left with dependency issues.
So, read this How To
http://www.linux.com/article.pl?sid=05/10/12/1952217 _________________

Criticism only accepted for Solutions that work. ;^)
RevLinux, Debian Squeeze"
Kubuntu 10.04 & 10.10 |
|
| Back to top |
|
 |
|