[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Cannot build guile 1.6.7 on Solaris 2.8 with gcc 4.0.2
From: |
Andrew Koenig |
Subject: |
RE: Cannot build guile 1.6.7 on Solaris 2.8 with gcc 4.0.2 |
Date: |
Tue, 11 Oct 2005 20:57:07 -0400 |
> Yep. The preload is normally empty so you can probably get away with
> deleting the two lines,
>
> extern const scm_lt_dlsymlist lt_preloaded_symbols[]; /* Line 91 */
> scm_lt_dlpreload_default (lt_preloaded_symbols);
I suspect I can also get away with changing the first line to
extern const struct { } lt_preloaded_symbols[];
on the basis that an address is an address :-)