HP3000-L Archives

April 1997, Week 4

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:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Sun, 27 Apr 1997 15:23:36 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (23 lines)
At 09:12 27.04.1997 -0700, you wrote:
>I first wrote the progam under DOS where it works fine. After transfering
the program
>to the HP3000 it compiles well, but it cannot be run due to an "unresolved
external"
>(chdir and mkdir functions) error.
>
>I compilied with "ccxllk posix1,posix1.work,,info="-A a -D_POSIX_SOURCE"

You might want to try compiling it with c89 inside the Posix Shell. This will
use the Posix library (which is different from the LIBC@ libraries in LIB.SYS)
if the Posix Developer Kit is installed properly.

I suspect chdir() and mkdir() being part of the Posix functions and thus not
available from the C library that your CCXL compile/link command was using.

Hope this helps.

:) Lars.

(Details should be in "C/iX Lib Reference" versus "Posix Dev Kit Reference"
manuals)

ATOM RSS1 RSS2