-
This might be a special case of bug #2016300 (if the OS X version was built statically, as I did for the problem described in #2016300).
2008-07-11 19:54:11 UTC in GNU Aspell
-
Finally, this looks *extremely* similar to bug #1964141. I chose to open a new bug because I'm seeing this on Linux rather than OS X, and I know nothing about how that OS X version was built.
2008-07-11 19:53:27 UTC in GNU Aspell
-
Forgot to mention: I'm seeing this behaviour on Ubuntu 7.04 (feisty) with aspell 0.60.6, gcc 4.1.2, and GNU ld version 2.17.50.
And I got very similar behaviour yesterday on a much older OS: Red Hat Enterprise Linux 2.1 with gcc "2.96".
2008-07-11 19:52:16 UTC in GNU Aspell
-
Running "gdb /tmp/aspell/install-static/bin/aspell --core core" to get a stack trace:
(gdb) where
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb7d8fdf0 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7d91641 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0x08075cd4 in acommon::PosibErrBase::handle_err (this=0xbfd26a04) at common/posib_err.cpp:103
#4 0x080cbeea in (anonymous...
2008-07-11 19:42:13 UTC in GNU Aspell
-
I am trying to build a statically linked aspell. I configured it like this:
$ ./configure \
--prefix=/tmp/aspell/install-static \
--disable-shared \
--enable-static \
--enable-compile-in-filters
and then compiled and installed:
$ make
$ make install
After unpacking aspell6-en-6.0.tar.gz, I was able to run this version just fine:
$ echo "cat dogg" | \.
2008-07-11 19:41:19 UTC in GNU Aspell
-
Note that my patch assumes library_dirs[0] is the MySQL library dir, which bug #1834305 (static link on FreeBSD) shows is *not* the case.
2008-01-23 15:29:53 UTC in MySQL for Python
-
Luckily the fix appears really simple: just remove the MySQL client lib from the 'libraries' list, which means distutils will not generate the "-lmysql" option -- the explicit "libmysql.a" in extra_objects replaces it completely. Patch attached.
File Added: sf1878264.patch.
2008-01-23 15:28:12 UTC in MySQL for Python
-
I'm trying to build MySQL-python 1.2.2 statically on Red Hat Enterprise Linux 3.0. I edited site.cfg and set "static = True". When I build with this command:
$ python2.5 setup.py build_ext -f
the link command ends up being
gcc -pthread -shared build/temp.linux-i686-2.5/_mysql.o /usr/lib/mysql/libmysqlclient.a -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -o...
2008-01-23 15:26:21 UTC in MySQL for Python
-
gward committed patchset 191 of module elspy to the elspy CVS repository, changing 1 files.
2006-04-22 02:10:58 UTC in elspy
-
gward committed patchset 190 of module elspy to the elspy CVS repository, changing 1 files.
2006-04-22 02:10:38 UTC in elspy