[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DDD on sunOS 5.6
From: |
Arnaud Desitter |
Subject: |
Re: DDD on sunOS 5.6 |
Date: |
Wed, 14 Mar 2001 09:03:33 +0000 |
> Pravin Singhal wrote:
>
> Hi
>
> I am trying to compile ddd with Sun C++ compiler in SunOs5.6. I ran
> the configure utiltity with
> CC=<path to sun compiler> CXX=<path to sun compiler>
> CPPFLAGS=-I/usr/include ./configure
>
> The very first file readline.cc fails to compile. Can someone please
> let me the options I need to configure
> with to compile ddd 3.3 on SunOs with Sun C++ compiler.
>
The following should work fine.
rm config.cache
setenv PATH /path/to/Sun_compiler:$PATH
env CC=cc CXX=CC ./configure
make
make install
> My source code is being compiled with SunC++ compiler. To debug, do I
> need to compile
> ddd with sun C++ compiler or can I compile it with gcc. Also do I need
> to use dbx or I can use gdb as
> the inferior debugger.
>
Use ddd --gdb or ddd --dbx.
Cheers,
Arnaud
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp
- DDD on sunOS 5.6, Pravin Singhal, 2001/03/13
- Re: DDD on sunOS 5.6,
Arnaud Desitter <=