- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Why the month is missing
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
05-05-2002 05:29 PM
05-05-2002 05:29 PM
Why the month is missing
Anybody knows how come I can compile and run my my program successfully on nodeA using Ansi C compiler, but after I copied it over to nodeB, where there is no Ansi C developer's bundle, the program generated a wrong output which does not contain month data as I expected on nodeA? More strangely, if I copied the source code to nodeC with Ansi C bundle and compiled it there and then copied it to nodeB, then the result is correct. In above compilation, I used "cc -Aa" option to make code Ansi-compliant.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2002 06:39 PM
05-05-2002 06:39 PM
Re: Why the month is missing

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2002 06:54 PM
05-05-2002 06:54 PM
Re: Why the month is missing
The problem now is when I copied the executable to nodeB and run it I am getting the incorrect result. But this can be solved if I copied it from nodeC to nodeB rather than from nodeA.
When I compiled the source code using "cc src.c -o src.o -Aa" on either nodeA or nodeC, I always got the following warning message,
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (src.o) was detected. The linked output may not run on a PA 1.x s
ystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2002 07:01 PM
05-05-2002 07:01 PM
Re: Why the month is missing

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2002 07:05 PM
05-05-2002 07:05 PM
Re: Why the month is missing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2002 07:29 PM
05-05-2002 07:29 PM
Re: Why the month is missing

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2002 07:40 PM
05-05-2002 07:40 PM
Re: Why the month is missing
Do you think this difference will affect the output behaviour of the executables?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2002 08:19 PM
05-05-2002 08:19 PM
Re: Why the month is missing
