This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gettext, scrollkeeper-0.3.5


Trying to compile scrollkeeper-0.3.5 on an up-to-date cygwin, I run into a
problem with gettext:

...
gcc -g -O2 -o scrollkeeper-tree-separate.exe separate.o  -L/usr/lib -lz -lz
.libs/libimp-cygxslt-1.a -lz .libs/libimp-cygxml2-2.a -lz -lz
../libs/.libs/libscrollkeeper.a
separate.o: In function `usage':
/usr/local/src/scrollkeeper-0.3.5/buildtools/separate.c:290: undefined
reference to `gettext'
separate.o: In function `main':
/usr/local/src/scrollkeeper-0.3.5/buildtools/separate.c:303: undefined
reference to `bindtextdomain'
/usr/local/src/scrollkeeper-0.3.5/buildtools/separate.c:304: undefined
reference to `textdomain'
/usr/local/src/scrollkeeper-0.3.5/buildtools/separate.c:316: undefined
reference to `gettext'
/usr/local/src/scrollkeeper-0.3.5/buildtools/separate.c:337: undefined
reference to `gettext'
../libs/.libs/libscrollkeeper.a(error.o.b): In function `check_ptr':
/usr/local/src/scrollkeeper-0.3.5/libs/error.c:114: undefined reference to
`gettext'

'configure --with-included-gettext' or 'configure --without-nls' doesn't
make any difference. Looks like a good ol' libtool problem. 

What should be my next step? 

kind regards
Peter Ring

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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