Fwd: Header files amd64 etch

2007-06-30 Thread Francesco Pietra
Probably I have found the way with

apt-cache search (show) xorg-dev

V 1:7.1.0-16

fp

--- Francesco Pietra [EMAIL PROTECTED] wrote:

 Date: Fri, 29 Jun 2007 23:00:52 -0700 (PDT)
 From: Francesco Pietra [EMAIL PROTECTED]
 Subject: Header files amd64 etch
 To: debian-users debian-user@lists.debian.org, 
 debian64 [EMAIL PROTECTED]
 
 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.
 
 Thanks
 
 francesco pietra
 
 
 
 
 
 
  


 Bored stiff? Loosen up... 
 Download and play hundreds of games for free on Yahoo! Games.
 http://games.yahoo.com/games/front
 



  

Park yourself in front of a world of choices in alternative vehicles. Visit the 
Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/ 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Fwd: Header files amd64 etch

2007-06-30 Thread Marko Randjelovic
Francesco Pietra wrote:
 Probably I have found the way with
 
 apt-cache search (show) xorg-dev
 
 V 1:7.1.0-16
 
 fp
 

I don't think so. Try this:


[EMAIL PROTECTED]:~$ apt-file search X11/IntrinsicP.h
libxt-dev: usr/include/X11/IntrinsicP.h
[EMAIL PROTECTED]:~$ apt-file search X11/ShellP.h
libxt-dev: usr/include/X11/ShellP.h

So, you need package libxt-dev.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Fwd: Header files amd64 etch

2007-06-30 Thread Francesco Pietra
Marko:
Thanks. The installation of xorg-dev includes libxt-dev.

Though, make failed again. I have been instructed to first carry out a serial
installation, and parallel only after serial is OK. If not else because
parallel does not compile all modules.

However, the configure command line 

 ./configure -static ifort_x86_64

implies that gcc is taken from the system. If I understand, gcc is not prepared
to furnish static libraries (not checked). Why things are not set up for a
homogeneous compilation (intel provides *.a libraries) is not clear to me. The
parallel compilation will be homogenous, with intels for fortran, C and C++ for
bothe amber and openmpi.

Cheers

francesco


--- Marko Randjelovic [EMAIL PROTECTED] wrote:

 Francesco Pietra wrote:
  Probably I have found the way with
  
  apt-cache search (show) xorg-dev
  
  V 1:7.1.0-16
  
  fp
  
 
 I don't think so. Try this:
 
 
 [EMAIL PROTECTED]:~$ apt-file search X11/IntrinsicP.h
 libxt-dev: usr/include/X11/IntrinsicP.h
 [EMAIL PROTECTED]:~$ apt-file search X11/ShellP.h
 libxt-dev: usr/include/X11/ShellP.h
 
 So, you need package libxt-dev.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 



 

8:00? 8:25? 8:40? Find a flick in no time 
with the Yahoo! Search movie showtime shortcut.
http://tools.search.yahoo.com/shortcuts/#news


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]