I encountered this same error myself (Solaris 2.8 w/ GCC 2.95). The solution that worked for me was to not have GNU ld installed on the system so that GCC would default to the Solaris ld; then this stopped happening. But it ought to be possible to compile on Solaris using GNU ld, so I second Paul's suggestion.
Dan -----Original Message----- From: Paul Dubuc [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 5:16 PM To: [EMAIL PROTECTED] Subject: [Aspell-user] Linker error when building on Solaris When building aspell 0.50.3 on Solaris with GCC (2.95.3 or 3.2.1), I get a complaint from the linker that -mimpure_text is an invalid linker option. It doesn't matter if I set --with-gnu-ld. When I remove the case statement from the configure and configure.ac files that set extra_ldflags="-Wl,-mimpure-text" it compiles fine. Should this case statement perhapse be removed? -- Paul M. Dubuc _______________________________________________ Aspell-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/aspell-user _______________________________________________ Aspell-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/aspell-user
