Hi,
I installed all the dependencies ( libgmp, libiconv, libintl, libltdl,
libunistring,libgc, libffi) of guile 2.0.3
but I get build errors when I use the 'make' command.
>./configure #it worked
> make
rm -f guile-procedures.txt
makeinfo --force -o guile-procedures.txt guile-procedures.texi
BTW, I'm using Mac OS X 10.7.2(Lion)
Thanks,
Dongyoon
On Fri, Dec 16, 2011 at 5:58 AM, Dongyoon Oh wrote:
> Hi,
>
> I installed all the dependencies ( libgmp, libiconv, libintl, libltdl,
> libunistring,libgc, libffi) of guile 2.0.3
> but I get build errors when I us
t found for architecture x86_64
collect2: ld returned 1 exit status
make[3]: *** [libguilereadline-v-18.la] Error 1
Best,
Dongyoon
On Fri, Dec 16, 2011 at 6:37 AM, Andy Wingo wrote:
> Hi Dongyoon,
>
> On Fri 16 Dec 2011 14:58, Dongyoon Oh writes:
>
> > makeinfo --force -o gui
I succeeded in installing guile 2.0.3 after I installed gcc 4.6.2
separately from Xcode installation.
Thanks,
Dongyoon
On Fri, Dec 16, 2011 at 12:49 PM, Dongyoon Oh wrote:
> Hi, Andy
>
> Thanks for your comment!
> So I waited patiently and move onto the next stage but I still got a