HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problems compiling program using Tcl/Tk (missing f...
Operating System - HP-UX
1837896
Members
3459
Online
110122
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 12:34 AM
10-14-2003 12:34 AM
Problems compiling program using Tcl/Tk (missing files)
Hi to all,
I tried to compile a program with gcc 3.3.1, which uses tcl/tk (8.4) and I get an error message that some files are missing:
X.h
Xfuncptoto.h
Xosdefs.h
Where can I get these files or what package have I to install ?
Kind regards
Walter
I tried to compile a program with gcc 3.3.1, which uses tcl/tk (8.4) and I get an error message that some files are missing:
X.h
Xfuncptoto.h
Xosdefs.h
Where can I get these files or what package have I to install ?
Kind regards
Walter
profil
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 12:44 AM
10-14-2003 12:44 AM
Re: Problems compiling program using Tcl/Tk (missing files)
My guess is that this is either a Linux box or you have installed XFree86 ona HP box. In either case, you need to install the X development kit.
Please confirm which OS this is on. Oh and by the way, lots of things don't compile correctly with gcc 3.3.1 though I don't know if tcl/tk is one of those.
Please confirm which OS this is on. Oh and by the way, lots of things don't compile correctly with gcc 3.3.1 though I don't know if tcl/tk is one of those.
Never preceed any demonstration with anything more predictive than "watch this"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 12:56 AM
10-14-2003 12:56 AM
Re: Problems compiling program using Tcl/Tk (missing files)
Hi
You need to add :
CPPFLAGS="-I/usr/include/X11R6/X11"
to your compile line. Or even you can add that to your env.
Also you need to add:
LDFLAGS="-L/usr/lib/X11R6" for your link line.
That is all depending that you have these on your machine.
Mehdi
You need to add :
CPPFLAGS="-I/usr/include/X11R6/X11"
to your compile line. Or even you can add that to your env.
Also you need to add:
LDFLAGS="-L/usr/lib/X11R6" for your link line.
That is all depending that you have these on your machine.
Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 01:25 AM
10-14-2003 01:25 AM
Re: Problems compiling program using Tcl/Tk (missing files)
Hi again!
The information that I given above is with the assumption of you have HPUX-11.00 platform. But If you have any other platform or system the above path may be changed.
Mehdi
The information that I given above is with the assumption of you have HPUX-11.00 platform. But If you have any other platform or system the above path may be changed.
Mehdi
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP