bug#30127: Re[2]: bug#30127: ICC: 'entry point must be defined' error for shared builds on Windows

2018-01-23 Thread Peyton, Jonathan L
= 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

RE: Adding icl to compile wrapper script

2015-11-18 Thread Peyton, Jonathan L
-showIncludes option from MSVC? It does and works how it is in depcomp. -- Johnny -Original Message- From: Peter Rosin [mailto:p...@lysator.liu.se] Sent: Tuesday, November 17, 2015 8:07 AM To: Peyton, Jonathan L; automake-patches@gnu.org Subject: Re: Adding icl to compile wrapper script H

Adding icl to compile wrapper script

2015-11-16 Thread Peyton, Jonathan L
Hello automake developers, I have this patch which adds icl (Windows Intel Compiler) to the lib/compile wrapper script. Icl has a Visual Studio driver interface and supports all the flags that are translated inside the compile script. It also doesn't support the '-o -c' idiom similar to the

bug#9773: make install-info with DESTDIR writes unwanted usr/share/info/dir.gz

2011-10-23 Thread Jonathan Nieder
Stefano Lattarini wrote: On Monday 17 October 2011, Jonathan Nieder wrote: +++ b/ChangeLog @@ -1,3 +1,16 @@ +2011-10-17 Jonathan Nieder jrnie...@gmail.com + +For Debian Bug#543992: +* lib/am/texinfos.am (install-info-am): When deciding whether to +add to an info/dir file

Re: make install-info with DESTDIR writes unwanted usr/share/info/dir.gz

2011-10-23 Thread Jonathan Nieder
Stefano Lattarini wrote: Here is my proposed patch (for maint). Thanks! Two nits: [...] --- a/lib/am/texinfos.am +++ b/lib/am/texinfos.am @@ -208,18 +208,16 @@ install-info-am: $(INFO_DEPS) echo $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'; \ $(INSTALL_DATA) $$files

bug#9773: make install-info with DESTDIR writes unwanted usr/share/info/dir.gz

2011-10-17 Thread Jonathan Nieder
index 4a470bd..40d0d5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2011-10-17 Jonathan Nieder jrnie...@gmail.com + + For Debian Bug#543992: + * lib/am/texinfos.am (install-info-am): When deciding whether to + add to an info/dir file, instead of checking for Debian

Re: proposed patch to support Unified Parallel C (version 3 of patch)

2006-08-05 Thread Jonathan Higa
On 8/4/06, Alexandre Duret-Lutz [EMAIL PROTECTED] wrote: Congratulations on the patch, and thanks for making it complete. It looks great, but I can see a couple of minor problems. My main complaint is that your tests do not show that building a upc program actually work. Here is a Version 4

proposed patch to support Unified Parallel C (version 3 of patch)

2006-08-01 Thread Jonathan Higa
Unified Parallel C in Automake. The changes are mostly derived from the support for Objective C. * A ChangeLog entry as plaintext; see the various ChangeLog files for format and content. 2006-08-02 Jonathan Higa [EMAIL PROTECTED] * NEWS: Announce new support for Unified Parallel C

Who write the gtk-2.0.m4 file?

2004-12-29 Thread Jonathan Gonzalez V.
Hi, I found this file in aclocal, but it is not licensed, someone knows who wrote these macros and how I can contact him? I want to know if the file is under public domain or if have a license. Regards -- Emacs the only editor which has its own church pgp3Ok6jrqzoI.pgp Description: PGP

automake during development

2004-11-17 Thread Jonathan
the Makefile.am file be updated every time a file is added or removed from the project? Thanks, -- -Jonathan