Hi, Dmitry !

Thank you for rapid reply.
I have built g++ and it seems it works :).

A one more question, during the build and install I had an errors
(just as you said), will such build differs from the normal when compiling
the standard C (not C++) programs ?

Thanks,
Oleg.

----- Original Message -----
From: "Dmitry" <di...@mail.ru>
To: <mspgcc-users@lists.sourceforge.net>
Sent: Saturday, March 08, 2003 10:48 AM
Subject: Re: [Mspgcc-users] mspgcc and C++


> It does,
> but you will not be able to use exceptions, etc.
> So,
> - build just gcc with c++ enabled.
> - when it stops building with error message, install it.
> - this will also report an error, yet g++ will be installed.
>
> ... and I'm not sure if g++ will be usefull. I'm sure, the output code
will be
> huge.
>
> ~d
>
> On Saturday 08 March 2003 09:32, Oleg Skydan wrote:
> > Hi, All !
> >
> > It seems that MSP-GCC does not support C++.
> >
> > Can I build a version of MSPGCC with minimal support of C++?
> > How do I do it?
> > If this is not possible, are there any freeware C++ to C "compiler" ?
> >
> > The reason for using C++:
> >
> > I have made a non standard FP library (based on TI FPP with 48 bits
> > numbers) and want to use classes with overloaded operators for FP
numbers.
> >
> > I would be nice to write:
> >
> > real a,b,c;
> >
> > c=a+b;
> >
> > Instead of
> >
> > c=Add(a,b);
> >
> > Thanks, Oleg.
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Etnus, makers of TotalView, The
debugger
> > for complex code. Debugging C/C++ programs can leave you feeling lost
and
> > disoriented. TotalView can help you find your way. Available on major
UNIX
> > and Linux platforms. Try it free. www.etnus.com
> > _______________________________________________
> > Mspgcc-users mailing list
> > Mspgcc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>
> --
> *********************************************************************
>    ("`-''-/").___..--''"`-._     (\       Dimmy the Wild      UA1ACZ
>     `6_ 6  )   `-.  (     ).`-.__.`)      Enterprise Information Sys
>     (_Y_.)'  ._   )  `._ `. ``-..-'       Nevsky prospekt,   20 / 44
>   _..`--'_..-_/  /--'_.' ,'               Saint Petersburg,   Russia
>  (il),-''  (li),'  ((!.-'                 +7 (812) 314-8860, 5585314
> *********************************************************************
>
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Etnus, makers of TotalView, The
debugger
> for complex code. Debugging C/C++ programs can leave you feeling lost and
> disoriented. TotalView can help you find your way. Available on major UNIX
> and Linux platforms. Try it free. www.etnus.com
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>


Reply via email to