HP3000-L Archives

October 1998, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Date:
Sat, 10 Oct 1998 14:04:28 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (24 lines)
>I hope someone out there can help me figure out what is wrong with our GNU C++
>c piler on the HP3000.  We get the following error messages when we attempt to
>com le something:

>From MPE:

>Access to this file is denied for the specified file access; a security
>violation occurred.  (FILE OPEN ERROR -248)
>File System message 248
>HPFOPEN failed. (LDRERR 56)
>Native mode loader message 56
>Unable to load program to be run. (CIERR 625) :

>From Posix:

>shell/iX> /SYS/GNU/GCC -c


There are a couple of problems here. The first is that gcc expects to be
in /usr/local/bin and it's tools under that hierarchy. Secondly, there
seems to be a permissions problem. Please run the installation scripts
again as MANAGER.SYS. Make sure to remove your umask if you've set it
(e.g. umask 0).

ATOM RSS1 RSS2