X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=LlDF3w0WSCaZy/qK+k+8AnrFTU4tRZ4E66c/33srSPg=; b=BWNxQGq4QPh1CYVo0ynqkBm8Wmw/wMgthqmBb1s2Wvo3Xmbg71/r1gD/3chBcmLwOV ZjzB6Pw7yb4ApyK/57dCje9wiE86PTfc/mLr8uuEOWtooOttZHU5lUwQUUA/I6p+0OcN rmWZrCoe/yJeqsCwNHQiuSnwJY3euAJVmxkDSrNhCZx2/7u1+JBnGwABOQ5OCfX30xzf XfSljvB4XSFyP2iuf1EENMxUeWPvUTlmRasCRgxhpYXWCzwjobLcnMjtkegVDMWCuJx+ vtIsG/zHWPeDGKSKp1OM/ReFi3t70/dBMp+fZHshmL2MUohjv9hi+90YhbxtpUx0MKZq 3J3g== MIME-Version: 1.0 X-Received: by 10.107.27.195 with SMTP id b186mr8732939iob.140.1438238614655; Wed, 29 Jul 2015 23:43:34 -0700 (PDT) Date: Thu, 30 Jul 2015 09:43:34 +0300 Message-ID: Subject: binutils dxe3 implib detection From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" To: djgpp Content-Type: text/plain; charset=UTF-8 Reply-To: djgpp AT delorie DOT com Current port of binutils/ld detects dxe3 import libs by comparing the contained name to dxe_tmp.o. However, older versions of dxe3gen used to use $$dxe$$.o (djgpp/src/dxe/dxe3gen.c in cvs, up to and including r1.3) and there are legitimate implibs out there which were generated by those old versions, e.g. the last official glide3 release for djgpp from sourceforge. Please add $$dxe$$.o to ldmain.c for dxe3 implib recognition. -- O.S.