~ubuntu-branches/ubuntu/vivid/gcl/vivid

« back to all changes in this revision

Viewing changes to info/c-interface.texi

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2002-03-04 14:29:59 UTC
  • Revision ID: james.westby@ubuntu.com-20020304142959-dey14w08kr7lldu3
Tags: upstream-2.5.0.cvs20020219
ImportĀ upstreamĀ versionĀ 2.5.0.cvs20020219

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@c  Copyright (c) 1994 William Schelter.
 
2
 
 
3
@node C Interface, System Definitions, GCL Specific, Top
 
4
@chapter C Interface
 
5
 
 
6
@menu
 
7
* Available Symbols::           
 
8
@end menu
 
9
 
 
10
@node Available Symbols,  , C Interface, C Interface
 
11
@section Available Symbols
 
12
 
 
13
When GCL is built, those symbols in the system libraries which
 
14
are referenced by functions linked in in the list of objects
 
15
given in @file{unixport/makefile}, become available for reference
 
16
by GCL code.
 
17
 
 
18
On some systems it is possible with @code{faslink} to load @file{.o} files
 
19
which reference other libraries, but in general this practice is not
 
20
portable.
 
21
 
 
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27