procmail
[Top] [All Lists]

Re: Installation procmail on HP-UX 11

2000-12-22 06:11:30

----- Original Message -----
From: "Cliff Green" <green(_at_)UMDNJ(_dot_)EDU>
To: "Ed Bras" <post2menow(_at_)hotmail(_dot_)com>
Sent: Thursday, December 21, 2000 9:02 PM
Subject: Re: Installation procmail on HP-UX 11


On Thu, 21 Dec 2000, Ed Bras wrote:

EB> When I do a "make Install" I get the following error:
EB> ----
EB> You have a look and see if you detect anything uncanny:
EB> *******************************************************
EB> (Bundled) cc: warning 480: The -O option is available only with the
C/ANSI C
[other stuff deleted as unnecessary]

There's your answer:  you're using the bundled (non-ANSI) compiler,
instead of the (for purchase) ANSI compiler.  If you don't have
/opt/ansic/bin/cc, then you probably don't have HP's ANSI compiler.  If
you *do* have it, then check your PATH and set it in there *before* the
bundled one (which may be installed in /usr/ccs/bin/cc).  If you don't
want to buy it, then get gcc and install it.

c
--
Clifford Green               Internet -  green(_at_)umdnj(_dot_)edu
Academic Computing Services                    UMDNJ-IST
All ideas which appear to have merit have been thought of before, and
you're doomed to reinvent them poorly.

Thanks,

However there is something still not working correctly.
I noticed that gcc is installed (version 2.95.2), so I put it for in the
path, so the path is:

The Path:
------
PATH=/usr/sbin:/usr/bin:/opt/gcc/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/upgr
ade/bin:/opt/perl5/bin:/opt/zlib:/opt/OpenSSL/bin:/opt/bash/bin:/opt/wget/bi
n:/opt/gdb/bin:/opt/java1.2/bin:/sbin:/home/root:/usr/bin:/opt
-----

However it still gave the same error. I then made a change in the Makefile,
such that it uses gcc:
In the Makeffile:
-------
CC      = gcc
###CC   = cc # gcc
----

The "make install" then gives the following output:
------
gcc seems to work fine, using that as the C-compiler
Whoeaaa!  There's something fishy going on here.
You have a look and see if you detect anything uncanny:
*******************************************************
In file included from _autotst.c:2:
/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/sys/types.h:10:
sys/st
dsyms.h: No such file or directory
/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/sys/types.h:11:
sys/_i
nttypes.h: No such file or directory
In file included from _autotst.c:3:
/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/stdio.h:8:
sys/stdsyms
.h: No such file or directory
_autotst.c:4: sys/stat.h: No such file or directory
*******************************************************
----

Please some help,
Ed Bras


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>