Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
>
> Shouldn't this be excercised by a test as well?
Maybe, but I don't see an easy way to do that in the normal svr4
linker case. If we had a static-only platform and were using libtool
-dlopen the way it's meant to be then I guess it'd bomb.
> I'm lo
Kevin Ryde wrote:
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
make check
isn't complaining.
I think it works only because that preload array is empty. There's a
Shouldn't this be excercised by a test as well?
--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
Kevin Ryde wrote:
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
make check
isn't complaining.
I think it works only because that preload array is empty. There's a
terminating zero entry, so the fetch from there gives NULL, and
lt_dlpreload_default can tolerate NULL (it looks like NULL is w
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
>
> make check
>
> isn't complaining.
I think it works only because that preload array is empty. There's a
terminating zero entry, so the fetch from there gives NULL, and
lt_dlpreload_default can tolerate NULL (it looks like NULL is what's
there if y
Kevin Ryde wrote:
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
I have changed it to use a pointer. It seems to work, and it seems to
compile.
That can't be right can it? It's supposed to be an array of structs,
not a pointer.
make check
isn't complaining.
--
Han-Wen Nienhuys - [EMAIL
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
>
> I have changed it to use a pointer. It seems to work, and it seems to
> compile.
That can't be right can it? It's supposed to be an array of structs,
not a pointer.
___
Guile-devel mailing list
Guile-d
Kevin Ryde wrote:
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
guile.c:91: error: array type has incomplete element type
this is with Fedora Core 4 test 3.
What gcc is that, has it got pickier about pointers to unspecified
structs?
I have changed it to use a pointer. It seems to work, and
Kevin Ryde wrote:
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
guile.c:91: error: array type has incomplete element type
this is with Fedora Core 4 test 3.
What gcc is that, has it got pickier about pointers to unspecified
structs?
GCC 4.0.0
--
Han-Wen Nienhuys - [EMAIL PROTECTED] -
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
>
> guile.c:91: error: array type has incomplete element type
>
> this is with Fedora Core 4 test 3.
What gcc is that, has it got pickier about pointers to unspecified
structs?
___
Guile-devel mailing list
G
hi,
GUILE CVS, today. After cvs up, autogen, configure, I get
guile.c: In function 'main':
guile.c:91: error: array type has incomplete element type
guile.c:91: warning: unused variable 'lt_preloaded_symbols'
make[2]: *** [guile.o] Error 1
scm_lt_dlsymlist only appears in this place in the
Han-Wen Nienhuys wrote:
hi,
GUILE CVS, today. After cvs up, autogen, configure, I get
guile.c: In function 'main':
guile.c:91: error: array type has incomplete element type
guile.c:91: warning: unused variable 'lt_preloaded_symbols'
make[2]: *** [guile.o] Error 1
scm_lt_dlsymlist only appe
11 matches
Mail list logo