- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- elm make failure
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
06-01-2006 04:55 AM
06-01-2006 04:55 AM
Please help
Thanks
Gwenn Culbertson
error below:
[hppstest: /home/XXXX/elm-2.5.8]# make
cd lib && make all
cc -O -I.. -I../hdrs -c add_site.c
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "/usr/include/string.h", line 140: error 1584: Inconsistent type declaration: "strcspn".
(Bundled) cc: "/usr/include/string.h", line 141: error 1584: Inconsistent type declaration: "strspn".
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 05:24 AM
06-01-2006 05:24 AM
Re: elm make failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 05:24 AM
06-01-2006 05:24 AM
Re: elm make failure
You will need to purchase and install the ANSI/C compiler or download and install the GNU version:
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.1.0/
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 09:20 AM
06-01-2006 09:20 AM
Re: elm make failure
Gwenn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 09:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 11:30 AM
06-01-2006 11:30 AM
Re: elm make failure
Gwenn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 01:18 PM
06-01-2006 01:18 PM
Re: elm make failure
-----------------
This is some sample text.
[include myfile1 application/octet-stream base64]
This is some more stuff.
[include myfile2 application/octet-stream base64]
That's all folks
------------------
Then, elm -s "Sample Subject" someuser@xxx.com < my_message
The only requirement is that you must first create a .elm directory in the sender's home directory; the command-line version will not automatically create the .elm directory unlike the interactive version of elm. The above will attach myfile1 and myfile2. You can play with the application part to suit your needs (e.g. ms-excel). This makes a nice way to do multiple attachments.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2006 04:22 AM
06-02-2006 04:22 AM
Re: elm make failure
Clay, excellent worked great.
Thanks for the help
Gwenn