Fri 23 Apr 2010 11:04:18 PM UTC, original submission:
1: Build LessTif
http://sourceforge.net/projects/lesstif/files/lesstif/0.95.2/lesstif-0.95.2.tar.gz/download
cd ~/Downloads/lesstif-0.95.2
./configure
sudo make
sudo make install
2: Build DDD
http://ftp.gnu.org/gnu/ddd/ddd-3.3.12.tar.gz
cd ~/Downloads/ddd-3.3.12
./configure
sudo make
sudo make install
cd ddd
ls -l ddd
-rwxr-xr-x 1 root staff 4454816 Apr 23 15:22 ddd
rm ddd
override rwxr-xr-x root/staff for ddd? y
ls -l ddd
ls: ddd: No such file or directory
make Ddd
cd .. && /bin/sh ./config.status ddd/Ddd
config.status: creating ddd/Ddd
ls -l Ddd
-rw-r--r-- 1 IT staff 357132 Apr 23 15:23 Ddd
sudo cp Ddd /usr/X11/lib/X11/app-defaults
which ddd
/usr/local/bin/ddd
ls -l /usr/local/bin/ddd
-rwxr-xr-x 1 root wheel 4454816 Apr 23 15:22 /usr/local/bin/ddd
ddd
Warning:
Name: editMenu
Class: XmRowColumn
Manager.c:_XmManagerInstallAccelerator(2110) - Could not convert >~Shift Ctrl<Key>Insert< to a KeyCode
~Shift Ctrl<Key>Insert -> 0000ff63 -> 0
(Annoyed? Try 'Edit->Preferences->General->Suppress X Warnings'!)
Warning:
Name: editMenu
Class: XmRowColumn
Manager.c:_XmManagerInstallAccelerator(2110) - Could not convert >~Ctrl Shift<Key>Insert< to a KeyCode
~Ctrl Shift<Key>Insert -> 0000ff63 -> 0
ddd(7708) malloc: *** error for object 0x1010aae00: incorrect checksum for freed object - object was probably modified after being freed.
- set a breakpoint in malloc_error_break to debug
Internal error (Abort trap).
Oops! You have found a bug in DDD.
If you can reproduce this bug, please send a bug report
to <ddd@gnu.org>, giving a subject like
DDD 3.3.12 (i386-apple-darwin10.3.0) gets `Abort trap' signal
To enable us to fix the bug, you should include the following information:
- What you were doing to get this message. Report all the facts.
- The contents of the `~/.ddd/log' file as generated by this session.
Please read also the section "Reporting Bugs" in the DDD manual.
We thank you for your support.
cat ~/.ddd/log
GNU DDD 3.3.12 (i386-apple-darwin10.3.0)
Copyright (C) 1995-1999 Technische Universit?t Braunschweig, Germany.
Copyright (C) 1999-2001 Universit?t Passau, Germany.
Copyright (C) 2001 Universit?t des Saarlandes, Germany.
Copyright (C) 2001-2009 Free Software Foundation, Inc.
Compiled with GCC 4.2.1 (Apple Inc. build 5646) (dot 1)
Requires X11R6, Xt11R6, Motif 2.1 (GNU/LessTif Version 2.1 Release 0.95.2)
Includes XPM 3.4.11, Athena Panner (7000002L), DDD core
Built 2010-04-23 by System Administrator <root@loca1host.local>.
$ ddd
+ /bin/sh -c 'exec gdb -q -fullname'
! Abort trap
gdb -v
GNU gdb 6.3.50-20050815 (Apple version gdb-1346) (Fri Sep 18 20:40:51 UTC 2009)
Copyright 2004 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 "x86_64-apple-darwin".
gcc -v
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5646.1~2/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5646) (dot 1)
uname -v
Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386
bash -version
GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)
Copyright (C) 2007 Free Software Foundation, Inc.
sw_vers
ProductName: Mac OS X
ProductVersion: 10.6.3
BuildVersion: 10D573
|