NavigationUser loginLinux NewsClick the above for your daily dose of Linux news. Food for ThoughtWindows Error: 002 - No error yet ... Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Header files amd64 etchA mixed compilation (ifort/gcc 4.1.2) of Amber9 on amd64 etch WcActCB.c:22:28: error: X11/IntrinsicP.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 Thanks francesco pietra ____________________________________________________________________________________ -- |
Fwd: Header files amd64 etch
Probably I have found the way with
apt-cache search (show) xorg-dev
V 1:7.1.0-16
fp
--- Francesco Pietra wrote:
> Date: Fri, 29 Jun 2007 23:00:52 -0700 (PDT)
> From: Francesco Pietra
> Subject: Header files amd64 etch
> To: debian-users ,
> debian64
>
> 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/
--
Fwd: Header files amd64 etch
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:
mr@main:~$ apt-file search X11/IntrinsicP.h
libxt-dev: usr/include/X11/IntrinsicP.h
mr@main:~$ apt-file search X11/ShellP.h
libxt-dev: usr/include/X11/ShellP.h
So, you need package libxt-dev.
--
Fwd: Header files amd64 etch
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 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:
>
>
> mr@main:~$ apt-file search X11/IntrinsicP.h
> libxt-dev: usr/include/X11/IntrinsicP.h
> mr@main:~$ apt-file search X11/ShellP.h
> libxt-dev: usr/include/X11/ShellP.h
>
> So, you need package libxt-dev.
>
>
> --
Header files amd64 etch
Francesco Pietra writes:
> 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
There is a Contents-amd64.gz file on any mirror. You can zgrep
X11/IntrinsicP.h Contents-amd64.gz to find the package (s) that
contain such a file. There is also apt-file as frontend to that.
MfG
Goswin
--