aspell-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Aspell-user] aspell compile issues Solaris 2.8 (fwd)


From: Al Piszcz 'peesh'
Subject: [Aspell-user] aspell compile issues Solaris 2.8 (fwd)
Date: Sun, 27 Oct 2002 06:33:58 -0500 (EST)

Note changes made at the end of this message
allowed the compile to complete. However
aspell seg faults and creates a core.


Has anyone compiled aspell 0.50.2 with Solaris 2.8/gcc-3.2?

---

more information
(gdb) trace
trace command requires an argument
(gdb) where
#0  __register_frame_info_bases (begin=0xff340000, ob=0xff340000,
tbase=0x0,
    dbase=0x0) at ../../gcc/unwind-dw2-fde.c:83
#1  0xff34eac0 in frame_dummy () from /vapp/lib/libaspell-common-0.50.2.so
#2  0xff34e9a8 in _init () from /vapp/lib/libaspell-common-0.50.2.so
#3  0xff3bad88 in ?? ()
#4  0xff3baa00 in ?? ()
#5  0xff3c4d60 in ?? ()
#6  0xff3b2940 in ?? ()


a little more detail

% gdb aspell
GNU gdb 5.2
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "sparc-sun-solaris2.8"...
(gdb) run
Starting program: /d20/x/aspell-0.50.2/prog/.libs/aspell


Program received signal SIGSEGV, Segmentation fault.
__register_frame_info_bases (begin=0xff340000, ob=0xff340000, tbase=0x0,
    dbase=0x0) at ../../gcc/unwind-dw2-fde.c:83
83      ../../gcc/unwind-dw2-fde.c: No such file or directory.
        in ../../gcc/unwind-dw2-fde.c
Current language:  auto; currently c






There are problems getting aspell to run on Solaris 2.8 with
GCC and SUN Workshop. LINUX works great.

I did it get a compile properly by adding '-shared' here

configure:    *-sun-solaris* ) extra_ldflags="-shared,-Wl,-mimpure-text";;
configure.ac:    *-sun-solaris* )
extra_ldflags="-shared,-Wl,-mimpure-text";;

However I am getting a seg fault.

% ldd /app/aspell-0.50.2/bin/aspell
        libaspell.so.15 =>       /vapp/lib/libaspell.so.15
        libaspell-common-0.50.2.so =>
/vapp/lib/libaspell-common-0.50.2.so
        libstdc++.so.5 =>        /vapp/lib/libstdc++.so.5
        libgcc_s.so.1 =>         /vapp/lib/libgcc_s.so.1
        libcurses.so.1 =>        /usr/lib/libcurses.so.1
        libm.so.1 =>     /usr/lib/libm.so.1
        libc.so.1 =>     /usr/lib/libc.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        /usr/platform/SUNW,Sun-Blade-1000/lib/libc_psr.so.1


Solaris 2.8, GCC 3.2, binutils 3.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]