[cells-devel] loading under Linux
Kenny Tilton
ktilton at nyc.rr.com
Tue Feb 24 20:21:12 UTC 2004
Frank Goenninger wrote:
>I read it c.l.l. - but what he does is just not the case here.
>C shlib loading is not a problem.
>
>Anyway, thx for following up on this. I did not get any answer back
>from Franz so far.
>
Did you see this bit of doc?:
"On Linux (either on machines with Intel processors or machines with
PowerPC processors), you must produce .so files which are loadable into
Allegro CL. Compile with the -fPIC flag. As an example:
% cc -c -fPIC foo.c -o foo.o
% ld -shared -o foo.so foo.o"
eep!
kt
More information about the cells-devel
mailing list