On Tue, May 28, 2013 at 02:36:58PM +0000, Mario Domenech Goulart wrote: > Hey John > > On Tue, 28 May 2013 14:25:09 +0000 John Long <[email protected]> wrote: > > > Warning: in local unknown procedure, > > in local unknown procedure, > > in toplevel unknown procedure: > > (library-tests.scm:168) in procedure call to `max', expected argument #1 > > of type `number', but was given an argument of type `symbol' > > gcc a.c -o a.o -c -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H > > -DC_ENABLE_PTABLES -O3 -fomit-frame-pointer -I.. > > -I"/usr/local/include/chicken" > > rm a.c > > gcc a.o -o a.out -L.. -L"/usr/local/lib" -Wl,-R"/usr/local/lib" -lchicken > > -lm -ldl > > How did you call make to build, install and check chicken?
make PLATFORM=linux su make PLATFORM=linux install exit make PLATFORM=linux check > > Do you have libchicken.so in /usr/local/lib? Yes, it is a symlink to libchicken.so.6 also in /usr/local/lib > If so, is it the one installed by chicken-4.8.0.3? Yes, it has today's date and time on it. Thanks. _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
