Re: Problem compiling sablevm-1.1.9 on Debian
Sebastien <[email protected]>
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Message-ID | <[email protected]> |
Etienne Gagnon wrote:
> It all seems OK to me... How about this:
>
> Here I get:
>
> $ gcc -o test -lffi test.c
> $ ldd test
> libffi.so.2 => /usr/lib/libffi.so.2 (0x0ffdb000)
> libc.so.6 => /lib/libc.so.6 (0x0fe7c000)
> /lib/ld.so.1 => /lib/ld.so.1 (0x30000000)
>
> What do you get?
>
> Etienne
Here is what I get:
$ gcc -o test -lffi test-ffi.c
$ ldd test
libffi.so.2 => /usr/lib/libffi.so.2 (0xb7fdc000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7ea7000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fea000)