i386/106812: [patch] editors/code-browser - file menu commands do
not work
Henry Cliver
henry at teddystoo.com
Sat Dec 16 07:40:17 PST 2006
>Number: 106812
>Category: i386
>Synopsis: [patch] editors/code-browser - file menu commands do not work
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-i386
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Dec 16 15:40:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Henry Cliver
>Release: FreeBSD 6.1-STABLE i386
>Organization:
TeddysToo.com
>Environment:
System: FreeBSD gemini.teddystoo.com 6.1-STABLE FreeBSD 6.1-STABLE #1:
Thu Jun 15 10:33:14 EDT 2006
root at gemini.teddystoo.com:/usr/obj/usr/src/sys/GEMINI i386
>Description:
File open from the menu causes the program to suddenly quit.
No core dump or other notice given.
>How-To-Repeat:
Run code-browser.
In the File menu, choose Open...
>Fix:
The program should be linked with -pthread .
--------------000303080907040307070400
Content-Type: text/plain;
name="patch-aa"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="patch-aa"
--- Makefile.orig Fri Dec 15 13:42:57 2006
+++ Makefile Fri Dec 15 13:43:10 2006
@@ -9,7 +9,7 @@
CC = gcc
CFLAGS = -O2 -fomit-frame-pointer
-LFLAGS = -s
+LFLAGS = -s -pthread
INSTALL = install
ZC = $(srcdir)/zinc/zc
--------------000303080907040307070400--
>Release-Note:
>Audit-Trail:
>Unformatted:
This is a multi-part message in MIME format.
--------------000303080907040307070400
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
More information about the freebsd-i386
mailing list