ddd
[Top][All Lists]
Advanced

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

Re: DDD compilation - part II


From: Tim Mooney
Subject: Re: DDD compilation - part II
Date: Wed, 25 Apr 2001 11:03:19 -0500 (CDT)

In regard to: DDD compilation - part II, Ricardo Lima said (at 4:48pm on...:

>My questions are:
>what compiler should I use? ( I have gcc-2.95 and the compiler from
>digital)
>What is the correct way of specifying the compiler?
>Do I need to specify any specific options?

Since you apparently have the Digital/Compaq C++ compiler, I would highly
recommend you use that.  Especially since c++ from gcc seems to be running
into problems (the internal compiler error).

You can ensure that configure uses the Compaq C++ compiler by doing

        CXX=cxx
        export CXX
        ./configure

(You must do this from a "fresh" untar, or after doing

        make distclean

Just make sure there are no left-over config.cache files laying around
from previous runs of configure).

Tim
-- 
Tim Mooney                              address@hidden
Information Technology Services         (701) 231-1076 (Voice)
Room 242-J6, IACC Building              (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164




reply via email to

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