From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77109 invoked by alias); 23 Aug 2017 21:39:14 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 75428 invoked by uid 89); 23 Aug 2017 21:39:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=HSensitivity:Normal, Hx-languages-length:1473, H*MI:app, H*M:app X-HELO: mout.web.de Received: from mout.web.de (HELO mout.web.de) (217.72.192.78) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 23 Aug 2017 21:39:11 +0000 Received: from [37.201.5.231] by 3c-app-webde-bap32.server.lan (via HTTP); Wed, 23 Aug 2017 23:39:08 +0200 MIME-Version: 1.0 Message-ID: From: nobodyO@web.de To: cygwin@cygwin.com Subject: Strange errors with gcc and top, even after rebaseall Content-Type: text/plain; charset=UTF-8 Date: Wed, 23 Aug 2017 21:39:00 -0000 Sensitivity: Normal Content-Transfer-Encoding: quoted-printable X-UI-Out-Filterresults: notjunk:1;V01:K0:c2m+6IG7oQU=:13DaOPGZYwZtUoti+zk+62 VkxrfNrJIEx35fLlahPBhtqxnVKFvre1exAi3jfYlpsABvxyf6N/14z02A9ga0A02tO3vbKnn bE4EQxtTiIG99rlg94pSgxn1pcwG/DvQEG2FNEN70sxlAZE8uidd4ZMVTvziD4hH7WtOL+lpu RediBlewtkfBHYKD+bJTgT5ocfngDi1rnA2YBZOhNmRkz7zh9Ccf+CnL87OESZtPm5qMxbY8m dIhuWK2LWAw6+Qe18hCpuMOgfPiy+CCuAlF67LMqWfTZp4713hegHzSTAoVwvX/55ZJytlIkL uqhha/rd/yneAAh0xrB2z/eIULMSnoeP5fgiO8jzcG5D/vOUPFNSW7SuKCjWl8fsP8enscYqY UaVHEsdhUs1TMNEa+RQK+YmoRQR4q+12XWhE+abhDE6YvhIXHDeb50LeppROs3gx9K0dgBCsr PAfTUV9SsNT7DPfjgJllyEvttEWIvm81NWO8nfWZ3ycF6YxaCg3y X-IsSubscribed: yes X-SW-Source: 2017-08/txt/msg00217.txt.bz2 Hi, =C2=A0 i had some strange errors with Cygwin (32bit) and installed it new (all, ev= ery package), but even after "/usr/bin/rebase-trigger full" and setup two e= rrors are remaining: =C2=A0 1.) top does exit at startup with return code -1. Afterwards everything ent= ered is black, as the background, and backspace is displayed as quadgraph "= \177". =C2=A0 2.) Linking is not possible, even with a small hello world program: > make gcc -o hello.exe hello.o /usr/lib/gcc/i686-pc-cygwin/5.4.0/../../../../i686-pc-cygwin/bin/ld: unreco= gnized option '-plugin' /usr/lib/gcc/i686-pc-cygwin/5.4.0/../../../../i686-pc-cygwin/bin/ld: use th= e --help option for usage information collect2: Fehler: ld gab 1 als Ende-Status zurueck make: *** [makefile:6: hello.exe] Fehler 1 =C2=A0> gcc -fno-use-linker-plugin -o hello.exe hello.o /usr/lib/gcc/i686-pc-cygwin/5.4.0/../../../../i686-pc-cygwin/bin/ld: unreco= gnized option '--build-id' /usr/lib/gcc/i686-pc-cygwin/5.4.0/../../../../i686-pc-cygwin/bin/ld: use th= e --help option for usage information collect2: Fehler: ld gab 1 als Ende-Status zurueck > cat makefile TARGET=C2=A0=C2=A0=C2=A0 =3D hello.exe OBJECT_01 =3D hello.o SOURCE_01 =3D hello.c $(TARGET): $(OBJECT_01) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gcc -o $(TARGET) $(OBJECT_01) $(OBJECT_01) : $(SOURCE_01) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gcc -c $(SOURCE_01) -o $(OBJECT_= 01) all : $(TARGET) clean : =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -rm $(TARGET) $(OBJS) =C2=A0 What should i do to eleminate these errors? =C2=A0 Regards, =C2=A0 Rolf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple