HP3000-L Archives

March 1995, 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:
Bruce Toback <[log in to unmask]>
Reply To:
Bruce Toback <[log in to unmask]>
Date:
Wed, 22 Mar 1995 07:41:26 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (15 lines)
The difference between using the POSIX library and libcinit/libcansi
is that libcinit contains only library data and initialization. The
actual C library routines are contained in the system XL. When using
the POSIX library, the library routines are included in the program
file. You can get the same effect if you want it by linking with libc
instead of libcinit. The reason you *might* want it is to insulate
your program from the effects of differing C library versions when
it is moved between systems.
 
The inclusion of all the library code is what makes the POSIX program
three times larger than the non-POSIX program.
 
-- Bruce
[log in to unmask]

ATOM RSS1 RSS2