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

« back to all changes in this revision

Viewing changes to examples/link-examples-so/ext1f.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:
22
22
   generate a loader file
23
23
   generate a Makefile: Makelib
24
24
   running the makefile
 
25
   compilation of ext1f
 
26
   building shared library (be patient)
25
27
 
26
28
 
27
29
// load new function code in the scope of call
28
30
 
29
31
// using the previously generated loader
30
32
 
31
 
exec loader.sce
32
 
 
33
 
// generated by builder.sce: Please do not edit this file
34
 
 
35
 
// ------------------------------------------------------
36
 
 
37
 
ext1f_path=get_file_path('loader.sce');
38
 
 
39
 
link(ext1f_path+'/libext1f.so',['ext1f'],'f');
40
 
Loading shared executable0./libext1f.so
41
 
 
 
33
exec loader.sce;
42
34
shared archive loaded
43
 
 
44
 
Linking ext1f 
45
 
 
46
35
Link done
47
 
 
48
 
 
49
36
 
50
37
 
51
38
// test new function through the call function