- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail compiling problem
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
02-07-2002 05:24 AM
02-07-2002 05:24 AM
I have a HP 9000 server with HP 11.0 and gcc 2.9 installed. I need to install sendmail on my machine. I have downloaded sendmail 8.12.2 . following are the steps i take and
the error message that comes up
cd sendmail-8.12.2.sendmail
./Build
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
cpp: "../../include/sm/gen.h", line 42: error 4036: Can't open include file 'stddef.h'.
cpp: "assert.c", line 20: error 4036: Can't open include file 'stdlib.h'.
cpp: "../../include/sm/io.h", line 24: error 4036: Can't open include file 'stdio.h'.
cpp: "../../include/sm/varargs.h", line 25: error 4036: Can't open include file 'varargs.h'
I think it has got to do with the cpp compiler which it is using instead of g++.
I even tried changing ../devtools/OS/HP-UX.11.x
file
define(`confCClibsmi', `cc -Ae')
define(`confCC', `cc -Ae')
to
define(`confCClibsmi', `g++')
define(`confCC', `g++')
can anyone help me out with this problem
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 05:38 AM
02-07-2002 05:38 AM
Re: Sendmail compiling problem
Do you need 8.12.2?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 05:50 AM
02-07-2002 05:50 AM
Re: Sendmail compiling problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 06:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 10:11 PM
02-07-2002 10:11 PM
Re: Sendmail compiling problem
That solved my problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 05:29 AM
02-08-2002 05:29 AM
Re: Sendmail compiling problem
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl?group_type=category&group_name=ISS
search for sendmail in your browser.