bug-guile
[Top][All Lists]
Advanced

[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: Kevin Ryde
Subject: Re: Cannot build guile 1.6.7 on Solaris 2.8 with gcc 4.0.2
Date: Wed, 12 Oct 2005 08:50:47 +1000
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

"Andrew Koenig" <address@hidden> writes:
>
> So apparently the compiler has gotten stricter about rejecting declarations
> of incomplete types.  I imagine the fix is to insert a definition for
> scm_lt_symlist before this line.

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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]