1833065 Members
2663 Online
110049 Solutions
New Discussion

aCC: error 1913:

 
Tom Phillips_4
New Member

aCC: error 1913:

I'm trying to run a script and get this error message.

/SCRT1/scrtftp/scrtr/dvlp/mak> make -f libpro_c.mak
aCC -v -g -c +p -I/SCRT1/scrtftp/scrtr/dvlp/inc/pro_c -I/SCRT1/scrtftp/scrtr/dvlp/inc/utility -I/SCRT1/scrtftp/scrtr/dvlp/inc/common /SCRT1/scrtftp/scrtr/dvlp/src/pro_c/sql_utils.C
aCC: error 1913: `/SCRT1/scrtftp/scrtr/dvlp/src/pro_c/sql_utils.C' does not exist or cannot be read
*** Error exit code 1

Stop.

Does anyone have any suggestion on this problem, and any fixes to this problem.

I'm running on HP-UX v11.i and using aCC $Revision: 92453-07 linker linker crt0.o B.11.30 020412 $
HP aC++ B3910B A.03.35
HP aC++ B3910B A.03.33 Language Support Library
2 REPLIES 2
lassehab
Advisor

Re: aCC: error 1913:

Hi,

Can you send me your total script for analyse it ? In general cases, an error 1913 occurrs when you do some errors in your line compiler ( forgot + or - or "comma" or ... ) or there are a problem with ld.

regards
I love Java OS
F. X. de Montgolfier
Valued Contributor

Re: aCC: error 1913:

Hi,

err, you've of course checked that the relevant file (/SCRT1/scrtftp/scrtr/dvlp/src/pro_c/sql_utils.C) existed and was readable by the relevant user? You're sure that the C at the end is a capital one? :-)

Just for clarification...

FiX