/[ascend]/trunk/base/generic/utilities/test/make_shlib
ViewVC logotype

Contents of /trunk/base/generic/utilities/test/make_shlib

Parent Directory Parent Directory | Revision Log Revision Log


Revision 61 - (show annotations) (download)
Mon Nov 14 02:37:20 2005 UTC (18 years, 10 months ago) by jds
File size: 146 byte(s)
Minor bug fixes, extend unit tests to solver:

minor doc changes - compiler/func.h, general/list.h, solver/mtx.h, utilities/mem.h
solver/example - upgraded examples so they run under current system
solver/slv_common.[ch] - added unit tests, minor bug fixes, extended vector_data functions
utilities/ascDynaLoad.c - bug fix on *nix so dlopen, dlsym not called with NULL arguments
1 #! /bin/sh
2
3 gcc -I../.. -c -o test_ascDynaLoad_shlib.o test_ascDynaLoad_shlib.c
4 gcc -shared -o test_ascDynaLoad_shlib.so test_ascDynaLoad_shlib.o

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22