From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22148 invoked by alias); 30 Sep 2019 14:42:22 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 22139 invoked by uid 89); 30 Sep 2019 14:42:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=1.3 required=5.0 tests=BAYES_50,FREEMAIL_FROM,HTML_MESSAGE,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=H*M:yahoo, H*r:sk:sonic.g, Point, H*r:sk:sonic30 X-HELO: sonic306-20.consmr.mail.ir2.yahoo.com Received: from sonic306-20.consmr.mail.ir2.yahoo.com (HELO sonic306-20.consmr.mail.ir2.yahoo.com) (77.238.176.206) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 30 Sep 2019 14:42:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s2048; t=1569854538; bh=e/2DybBlHd/J8xMogu0Rkd4qXUMGFI977vgZArFSrEA=; h=Date:From:To:Subject:References:From:Subject; b=MFXWT3RuH+K/8Yk6bXfYKzLvTAzx8ZDiqvjzSYJf88BMOUNOt2ke6oPwPFv9NLhgB0olrYjeTWtAwdSJSRyPBaoPDdh44XI3xfFJgLjNw6Caxcl36sYHktA5giA9HGT81DuoNKM8Im7DMZABlZ08Rv3mN4jWLOmugX/qqEvPxwHdbPPyg/zoL2ZFmjR8O43sY6Dpwmu9Z6rPMvUGiV8lY+HscIM4Gc4fsvs6uGM168OmKxAaWKWZWij6tQPAByW91b4rQpkUz4h+x/KPHBSyO5c6wAjXD/LDPaPQPcDEd+QvoEQQpBdkD94K8qR9Y8rnq76YOrkx+zjXaBfyYLdV1g== Received: from sonic.gate.mail.ne1.yahoo.com by sonic306.consmr.mail.ir2.yahoo.com with HTTP; Mon, 30 Sep 2019 14:42:18 +0000 Date: Mon, 30 Sep 2019 14:42:00 -0000 From: "rolf perau via gcc-help" Reply-To: rolf perau To: "gcc-help@gcc.gnu.org" Message-ID: <1157198014.1780392.1569854535577@mail.yahoo.com> Subject: Re: gcc on Sparc Solaris 8 MIME-Version: 1.0 References: <1157198014.1780392.1569854535577.ref@mail.yahoo.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-09/txt/msg00116.txt.bz2 my program has a long history. Build on Sparc 1, 2 and then Ultra Sparc with Solaris 2.5 using the Sun Compiler and Debugger. I never had a problem with it. now ported to Ultra Sparc 10 and also PC. os is Solaris 10 build with Solaris Developer Studio 12.3 I never had a problem with it. but in Solaris 10 there are problems with X11 libraries. For example: XAllocColorCells is not working. That's why I am now on Solaris 8. No Problems with X11. Sadly I have for Solaris 8 no Sun / Oracle compiler and now has to use GCC. bu now I have problems with the flashing of Flotingpoint Values. I understand it this way, the Floating Point Numbers representaion is nnn dot nnn like 123.456 and never with comma. Rolf.