re: ld: unrecognised emulation mode: impure-text

ref:
http://mail.gnu.org/archive/html/aspell-devel/2002-01/msg00002.html
and:
http://mail.gnu.org/archive/html/aspell-devel/2003-08/msg00007.html

I downloaded aspell-0.50.4.1 and it failed to link,
with the error(s) mentioned above.  

$ uname -a
SunOS xxx 5.6 Generic_105181-19 sun4u sparc
SUNW,UltraSPARC-IIi-cEngine

fwiw, I fixed it by editting lib/Makefile

118,118
< extra_ldflags = -Wl,-mimpure-text
> extra_ldflags = -Wl

this then completed make, make check passed and make
install completed without errors.

I don't know what I might have screwed up by removing
impure-text but it is working better than it was
before.

thanks :)

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/


_______________________________________________
Aspell-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/aspell-devel

Reply via email to