1832869 Members
4941 Online
110048 Solutions
New Discussion

Re: Endscript 1.6.1

 
Ramones
Frequent Advisor

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
3 REPLIES 3
Steven E. Protter
Exalted Contributor

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
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
Ramones
Frequent Advisor

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
Dennis Handly
Acclaimed Contributor

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.