This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: The GIMP! By gum, I forgot all about it!



dtillman@cannonexpress.com writes:
> 
> >>>> Maciej Stachowiak <mstachow@mit.edu> asked:
> 
> 
> > Has anyone here ever been unable to build Guile on a weird system?
> 
> 
>   SCO. I wouldn't call it weird, though it is *ugly*.
> 
>   Where things break is in the assumption that you will
>   be using gcc for compiling. SCO doesn't give you a convenient
>   way to generate dependencies (no -MD).
> 

Well, that is more an automake problem than a Guile problem (the
relevant makefile rules are generated automatically). Was this from
the CVS version, or a version from an actual distribution? I thought
`make dist' was supposed to turn off the dependency-tracking rules...


 - Maciej