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=20161025; h=mime-version:from:date:message-id:subject:to; bh=OA+ksc8cZFdT7WY6DhA+debBkFQwmBQgM1C0eWZYoDA=; b=CD6I6I0m18HHs0apbrYNwH78kvjHUo5olUm9rSLwKZizHoDlBUfoIIZFvadTA0NrmA 6uzXIxLZaMwQE2Y5JbbSleD7dMq8ibi1Xt+GZzkXj0EnZ6cSRM7eIjZV23awrtECv9+K +aNP+K2MadiyWhOaZziJjtgMFqZRYcDCKdUoOkUVw8+EKWkMyy5XCbduyvlgKAXJrrfX 6HOcmqbCSuFVewpxYkMFyjQCZF1sLFSFkgxrWzlZf7UJnpj/20LH12ci2l1tgiGheCuW Knxh/YisFDhl3655RmFQpGlkeQwQnwsB4nAwFRuxRHyHoTYDwcvIYlCPyBxUvC4CA/9i v5EQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=OA+ksc8cZFdT7WY6DhA+debBkFQwmBQgM1C0eWZYoDA=; b=Dsex2/ss8xAGIYXRKj2Jm3RK//D482h/9dyIm/6ZLe2f4G/QCjuTnG1Dd7vzraBTvm jpWgGJdOZl7uVhB+oHyOd4VJwus6mLQpNud7kogTkS2eFtRq1qmeX++o0iY2DYv5syIP 6Fpg315OBAMzpBzzFyUlki8lALkqXZD8ODOkr7At2css7lG6Ge+Rk7mQEuguCiE7BvBb y6WEdMxY7Oy2p/VZC8cO8mUKT0ywSLWkFMJSTvbXlP0+J5gWGv1beKccOsVeSjd5IWni IoSqpSJpZhb2PWk26zU5e+1KvvW4PxTdMgj+WWpAD1x/hjqX06gHRNXZXxVWezYgciYz MkfQ== X-Gm-Message-State: AN3rC/4pC0U2AYyUMkidlyK6EPg+3LpDxa8F03rx2ix6fYyVeyJandl+ EAV0pJ/F+o4QM2oDHkXqA7jWIsHiag== X-Received: by 10.36.116.205 with SMTP id o196mr15000792itc.96.1492540365598; Tue, 18 Apr 2017 11:32:45 -0700 (PDT) MIME-Version: 1.0 From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Tue, 18 Apr 2017 21:32:45 +0300 Message-ID: Subject: dxe_tmp.o: linker output file has more than one section To: djgpp AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: djgpp AT delorie DOT com When we try to build a dxe from a C++ project, we hit this error from dxe3gen: dxe_tmp.o: linker output file has more than one section Unfortunately, I am not allowed to show the C++ sources in question. However I was able to make a dxe from another C++ library (libmodplug) therefore I know that dxe3gen can work with C++-built objects. My question is, has anyone ever hit this error and, if they did, how they overcame it? Any other advice are also welcome. Thanks. -- O.S.