Frank Blendinger wrote:
Hi.
On Wed, Jan 23, 2008 at 11:05:23PM -0500, Alex Kilgore wrote:
when trying to build i got
LD cmd/wmii/wmii.O
/usr/include/_ctype.h:101: undefined reference to `___runetype'
/usr/include/_ctype.h:101: undefined reference to `_CurrentRuneLocale'
/usr/local/home/kris/wmii+ixp/cmd/wmii/main.c:101: undefined reference to
`__error'
/usr/include/_ctype.h:114: undefined reference to `_DefaultRuneLocale'
/usr/local/home/kris/wmii+ixp/cmd/wmii/utf.c:17: undefined reference to
`libiconv_open'
/usr/local/home/kris/wmii+ixp/cmd/wmii/utf.c:30: undefined reference to
`libiconv'
/usr/local/home/kris/wmii+ixp/cmd/wmii/utf.c:36: undefined reference to
`libiconv'
/usr/local/home/kris/wmii+ixp/cmd/wmii/utf.c:37: undefined reference to
`__error'
collect2: ld returned 1 exit status
make[2]: *** [wmii.O] Error 1
make[1]: *** [dall] Error 2
make: *** [dall] Error 2
I had the same problem and a ``make clean'' helped. There seems to be
some stuff in the snapshot that should not have gone in. :-)
Greetings,
Frank
That worked, thanks!
Alex