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=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=wFe7Jt9dKvV0FIEV8o+pys8XVVO9oiAqWaHX1WJxOLk=; b=SZ+acAVnlDw/7tlsJD5Oijn5S+8tUEbjry7p6zf8bvX6EXvR8If5h8bvRJ/GG51mR2 UFtwQSeZcf5fe02yDvkAgIWgixDu+SCrzscc5qt3fC3lZPeQBEkWvmHwvUu1Nfp9Q5HY jp/keSYc0v7fyHcLrbucWDZmmePJOcaXWeSZK/nGVrVwjQkS3WS1r6+JEj0d98eInF53 KzNsVfxYVTMtpj618hJcHFclPneFPgwfDPXuMXtHI/rChTnkHwdMw+fZfiTVpPqB/Dda u//T3HG0ugFUyB2GSgvO9ryxsE7HnCZK7jWrN7ztgmvL4zvTkl7I0JnzA6kK17uvRJ3j ZnMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=wFe7Jt9dKvV0FIEV8o+pys8XVVO9oiAqWaHX1WJxOLk=; b=ffoCwRfOwimKiOTKTHZB0wHc5A3vt1kf5o9rPgxglyDYnyzJeB5EMbmHWbTsd1xD2k iXQ2ieiHkvz75OJE0sEcxkrMKwnZnR8NqO5evMXpTmo5lEkeiL+vHbK2KVBOioyNmsUJ HmzzcTDfnQrXO17oRkHDM4j7EvTEA2zOLSwluLGxPwE6iPMgvXfJ8zrrxFw6kNX225ok vg8bOGHW9i/1JiidoyJRBJz8H+qbXxxJ2D9XNjKb5jYwsdq6PxXwsRqk7GRX5WjkAXr8 uT794ezzjupXNfMf+J8LABT8M44gnQyzIjQuysIvC/zIEWbiZ+3+VAvAwb9YDgNSQkDv Uk5Q== X-Gm-Message-State: AN3rC/56Be+9pmZ83MFbxFbk8zhMfJK5HpVXoKYnfxpAbK6kVy/dYbIy by8wJLcvCQ3q/GwA X-Received: by 10.55.27.227 with SMTP id m96mr17222390qkh.179.1492550211076; Tue, 18 Apr 2017 14:16:51 -0700 (PDT) Subject: Re: dxe_tmp.o: linker output file has more than one section To: djgpp AT delorie DOT com References: From: "Frank Sapone (emoaddict15 AT gmail DOT com) [via djgpp AT delorie DOT com]" Message-ID: <70843ee9-57ba-5f1f-c3dd-b9fdbc7b12b6@gmail.com> Date: Tue, 18 Apr 2017 17:16:48 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 4/18/2017 2:32 PM, Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com] wrote: > 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. I have no problem with showing the source confidentially to someone on the DJGPP team if they need to see why this error would be tripped. Frank