Hi,

I needed to do the following to get libjolt to initialize in svn 218,
otherwise all the dlsyms fail:

Index: examples/libjolt/Makefile
===================================================================
--- examples/libjolt/Makefile   (revision 218)
+++ examples/libjolt/Makefile   (working copy)
@@ -36,7 +36,7 @@
        nm $@ | fgrep __id__init__ | awk '{print "-u " $$3}' > libjolt.nm
 
 jest : jest.c libjolt.a libjolt.h
-       gcc -o $@ $(shell cat libjolt.nm) jest.c libjolt.a $(OBJ)/gc.a 
$(OBJ)/libid.o -lreadline
+       gcc -g -Wl,-export-dynamic -o $@ $(shell cat libjolt.nm) jest.c 
libjolt.a $(OBJ)/gc.a $(OBJ)/libid.o -lreadline -lm
 
 tidy : .FORCE
        -rm -f *.o *.d *~ .gdb* *.stackdump *.o.c main.c

Even with that fixed, I get the following:

[EMAIL PROTECTED]:~/sw/idst/function/examples/libjolt$ ./jest
CokeScanner does not understand 'on:'
[EMAIL PROTECTED]:~/sw/idst/function/examples/libjolt$ 

Just thought you might like to know,

-- 
Michael FIG <[EMAIL PROTECTED]> //\
   http://michael.fig.org/    \//
_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc

Reply via email to