HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Endscript 1.6.1
Operating System - HP-UX
1832869
Members
4941
Online
110048
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
11-06-2008 10:17 AM
11-06-2008 10:17 AM
Endscript 1.6.1
Hi
I am having troubles in instaling Endscript 1.6.1 on a HP-UX 11.11 server.
I made the download from here http://www.codento.com/people/mtr/genscript/.
I can make the configure part, but when I do a make I get this error message:
No suffix list.
make all-recursive
No suffix list.
Making all in compat
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../intl -I../intl -c getopt.c
Make: Cannot load gcc. Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
I got the gcc instaled (and all the dependencies).
Which could be the problem then?
Thanks,
R
I am having troubles in instaling Endscript 1.6.1 on a HP-UX 11.11 server.
I made the download from here http://www.codento.com/people/mtr/genscript/.
I can make the configure part, but when I do a make I get this error message:
No suffix list.
make all-recursive
No suffix list.
Making all in compat
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../intl -I../intl -c getopt.c
Make: Cannot load gcc. Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
I got the gcc instaled (and all the dependencies).
Which could be the problem then?
Thanks,
R
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2008 10:29 AM
11-06-2008 10:29 AM
Re: Endscript 1.6.1
Shalom,
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.2.3/
Make sure you used that depot and check deps again.
SHLIB_PATH variable must included gcc and required libraries.
Check PATH as well.
The code may need to be ported to HP-UX.
SEP
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.2.3/
Make sure you used that depot and check deps again.
SHLIB_PATH variable must included gcc and required libraries.
Check PATH as well.
The code may need to be ported to HP-UX.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 02:15 AM
11-07-2008 02:15 AM
Re: Endscript 1.6.1
Hello
Now I made a make clean and ran the make comand again...I am getting another error:
cpp: "./../intl/libintl.h", line 66: warning 2001: Redefinition of macro LC_MESSAGES.
cc: "/usr/include/stdlib.h", line 282: error 1711: Inconsistent parameter list declaration for "getopt".
I think I can't install this in HP-UX...I am almost giving up.
Thanks,
R
Now I made a make clean and ran the make comand again...I am getting another error:
cpp: "./../intl/libintl.h", line 66: warning 2001: Redefinition of macro LC_MESSAGES.
cc: "/usr/include/stdlib.h", line 282: error 1711: Inconsistent parameter list declaration for "getopt".
I think I can't install this in HP-UX...I am almost giving up.
Thanks,
R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 02:36 AM
11-07-2008 02:36 AM
Re: Endscript 1.6.1
cpp: "./../intl/libintl.h", line 66: warning 2001: Redefinition of macro LC_MESSAGES.
What are the two values? Has it as 6.
cc: "/usr/include/stdlib.h", line 282: error 1711: Inconsistent parameter list declaration for "getopt".
What is the other definition? HP-UX has it as POSIX standard in and :
extern int getopt(int, char* const[], const char*);
If you are compiling a file "getopt.c" you should gut it, since libc defines it. There may be a -D that does this.
What are the two values?
cc: "/usr/include/stdlib.h", line 282: error 1711: Inconsistent parameter list declaration for "getopt".
What is the other definition? HP-UX has it as POSIX standard in
extern int getopt(int, char* const[], const char*);
If you are compiling a file "getopt.c" you should gut it, since libc defines it. There may be a -D that does this.
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