Re: Header files amd64 etch



On Fri, Jun 29, 2007 at 11:00:52PM -0700, Francesco Pietra wrote:
A mixed compilation (ifort/gcc 4.1.2) of Amber9 on amd64 etch
dual-core-opterons (Linux deb32 2.6.18-3-k7 #1 SMP Mon Dec 4 17:23:11 UTC 2006
i686 GNU/Linux)
requests the following header files;

WcActCB.c:22:28: error: X11/IntrinsicP.h: No such file or directory
WcActCB.c:29:24: error: X11/ShellP.h: No such file or directory


as the single errors out of an enormous number of modules that passed "make".

As a beginner in compilations, I would appreciate being instructed how to find
the appropriate (64bit if they differ from 32bit) headers. I have seen packages
that provide all headers, though above etch, with a more recent kernel. In
other words, I don't know the appropriate console command to trace the package
to install. And, for the moment I refrain from dist upgrade.


You need the apt-file package. Install apt-file:
aptitude install apt-file

Update its lists:
apt-file update

Search away:
apt-file search X11/ShellP.h

libxt-dev turns up.

--
Kushal Kumaran kushal@xxxxxxxxxxxxx


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: Apt - Search Syntax
    ... For example I want to see if there is a matplotlib package and how to ... E.G. for your example matplot: ... python-matplotlib - python based plotting system in a style similar to ... Another way would be using apt-file to search for a file if you don't know ...
    (Ubuntu)
  • Re: Apt - Search Syntax
    ... For example I want to see if there is a matplotlib package and how to ... E.G. for your example matplot: ... python-matplotlib - python based plotting system in a style similar to Matlab ... Another way would be using apt-file to search for a file if you don't know the ...
    (Ubuntu)
  • Re: VMWare Server and Kernel? [signed]
    ... you have installed, not the source package. ... have the configured headers specific to that kernel image and will ... require you to just go ahead and re-compile your kernel. ...
    (Debian-User)
  • Re: Atlsmtpconnection.h
    ... 2005 Express package, so it doesn't surprise me that the ATL*.h headers are ... emails at the socket level isn't hard to program. ... Do you know if in the .NET studio the COMPLETE ...
    (microsoft.public.vc.atl)
  • Re: kernel headers from vanilla kernel compilation
    ... package and a kernel-headers package which are be installed. ... But when compiling the a vanilla kernel, there are no instructions in the readme file on how to install the headers. ...
    (comp.os.linux.misc)