~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to examples/link-examples-so/ext14c.dia.ref

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
   generate a loader file
25
25
   generate a Makefile: Makelib
26
26
   running the makefile
 
27
   compilation of ext14c
 
28
   building shared library (be patient)
27
29
 
28
30
 
29
31
// load new function code in the scope of call
30
32
 
31
33
// using the previously generated loader
32
34
 
33
 
exec loader.sce
34
 
 
35
 
// generated by builder.sce: Please do not edit this file
36
 
 
37
 
// ------------------------------------------------------
38
 
 
39
 
ext14cI_path=get_file_path('loader.sce');
40
 
 
41
 
link(ext14cI_path+'/libext14cI.so',['ext14cI'],'c');
42
 
Loading shared executable0./libext14cI.so
43
 
 
 
35
exec loader.sce;
44
36
shared archive loaded
45
 
 
46
 
Linking ext14cI 
47
 
 
48
37
Link done
49
 
 
50
 
 
51
38
 
52
39
 
53
40
// test new function through the call function