X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6GQyvmJLqQZ0w7+0sSJdhqRdc4UtwRJqGjt6+9DPX1k=; b=rersFjnQTXrPk9oRfylK37Ss42EwG/2K5/6cfy89G1AF5m4rC2e/Hv0Aa2DAGsfmi7 tcx0OC/XubA9k0q9uynNTO7S83hhUIeCfK0Qx45UqqjDBfCHNiDqwY8U1cj+RI462Vj3 NutDqTYRlOFxyPL1ZQfQ+3ZztXDXHAKtGu4as9bOqshTLp/IpDAJ3W1m+TTSa0sq0G61 eLUjWERDEjPBE7lNI0cW/Dfrxr8Qkv/vtipdG5b+GoMm4OJL7Hmhcyo118d7s/0c5cSS 9Yb3pITP03ZxVSDKViXspNF0dfdJjbms36S4F8KSfvK7AgCL+O2ahbHS0Nw+JeWoH+b0 OqJA== MIME-Version: 1.0 X-Received: by 10.221.28.202 with SMTP id rv10mr11225366vcb.10.1397782846646; Thu, 17 Apr 2014 18:00:46 -0700 (PDT) In-Reply-To: References: <20140417030350 DOT 2177 DOT qmail AT stuge DOT se> Date: Thu, 17 Apr 2014 21:00:46 -0400 Message-ID: Subject: Re: [geda-user] geda-gaf on Windows - help needed From: Jason White To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I tried to run make directly in minipack/build/guile-2.0.11-1/ . > This yields: > /-------------------------- > $ make > (...) > Info: resolving _GC_greatest_plausible_heap_addr by linking to __imp__GC_greatest_plausible_heap_addr (auto-import) > Creating library file: .libs/libguile-2.0.dll.a > ../lib/.libs/libgnu.a(mkstemp.o):mkstemp.c:(.text+0x0): multiple definition of `_mkstemp' > .libs/libguile_2.0_la-mkstemp.o:mkstemp.c:(.text+0x0): first defined here > /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/bin/ld: warning: auto-importing has been activated without -- > enable-auto-import specified on the command line. > This should work unless it involves constant data structures referencing symbols from auto-imported DLLs. > collect2: ld returned 1 exit status > (...) > \-------------------------- > > Is this the error the linker hit? Sounds like warning to me. > > ---<)kaimartin(>--- Indeed, it doesn't sound like much of an error. It may just need a command-line argument to explicitly ignore it if there is nothing else reported by the linker. Although, I have no idea what it would be if that was the case. -- Jason White