freepooma-devel
[Top][All Lists]
Advanced

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

Tips for Using Irix and KCC


From: Jeffrey Oldham
Subject: Tips for Using Irix and KCC
Date: Mon, 27 Aug 2001 12:49:19 -0700

Here are some tips I learned when working with Pooma on LANL's n02's
Irix6.5 machine.

1) Because of KCC's template instantiation implementation, do not link
   in parallel in the same directory.  Because instantiation uses
   similarly named files, parallel linking conflicts.

2) To debug KCC, use gdb patched for KCC.  See
   http://www.kai.com/C_plus_plus/download/gdb-download.html.  Also be
   sure to add
                        set demangle-style edg
   to your ~/.gdbinit to ensure that variables can be referenced
   without using mangled names.

Thanks,
Jeffrey D. Oldham
address@hidden

reply via email to

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