[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] get past manpages check-gm2
From: |
Christoph Schlegel |
Subject: |
Re: [Gm2] get past manpages check-gm2 |
Date: |
Sun, 13 Jan 2013 21:49:02 +0100 |
On Sun, 13 Jan 2013 18:41:10 +0100
Noam Kloos <address@hidden> wrote:
> As I mentioned in posts before on my sparc system compiling gm2 fails
> partly. It compiles the compiler but fails on making manpages and docs.
> They are just not there. Maybe that is why my check-gm runs (sort of).
>
> Noam.
>
And that is exactly why I asked. Building also failed on my Intel/NetBSD 6.1
system in the last part just as you described because of the documentation. I
followed your hint and just make installed which worked. Then I got thousands
of unexpected failures when running check-gm2.
Meanwhile I tried to build some examples and I guess something is wrong in the
linking area:
/usr/lib/libstdc++.so: undefined reference to address@hidden'
collect2: ld returned 1 exit status
gmake: *** [post-install] Error 1
>From your results I was hoping there was some procedure I am missing...
Christoph