GNU bug report logs - #30127
ICC: 'entry point must be defined' error for shared builds on Windows

Previous Next

Package: automake;

Reported by: sav_ix <at> ukr.net

Date: Mon, 15 Jan 2018 16:17:02 UTC

Severity: normal

Done: Mike Frysinger <vapier <at> gentoo.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Peyton, Jonathan L" <jonathan.l.peyton <at> intel.com>
To: Mathieu Lirzin <mthl <at> gnu.org>, "sav_ix <at> ukr.net" <sav_ix <at> ukr.net>
Cc: "30127 <at> debbugs.gnu.org" <30127 <at> debbugs.gnu.org>
Subject: bug#30127: Re[2]: bug#30127: ICC: 'entry point must be defined' error for shared builds on Windows
Date: Tue, 23 Jan 2018 18:36:48 +0000
I think the –xilib option is invalid when using:
$ xilink –xilib …
This just gives me an “unrecognized option '/xilib'; ignored” warning, but if I use
$ xilink –lib …
Then it calls xilib similar to how 
$ link.exe –lib …
calls lib.exe

Or in short:
$ xilink.exe –lib = xilib.exe
$ link.exe –lib = lib.exe

I don't think it would hurt if -xilib is converted to -lib, but that is what needs to happen if the option is accepted.

-nologo looks good to me.

-- Jonathan Peyton

This bug report was last modified 3 years and 97 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.