<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.gnu.mingw.msys">
    <title>gmane.comp.gnu.mingw.msys</title>
    <link>http://blog.gmane.org/gmane.comp.gnu.mingw.msys</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5141"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5140"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5139"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5138"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5137"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5136"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5135"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5134"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5133"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5132"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5131"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5130"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5129"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5128"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5127"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5126"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5125"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5124"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5123"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5122"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5141">
    <title>Re: [Mingw-users] find lacks -L option</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5141</link>
    <description>&lt;pre&gt;Also, find v4.1 runs terribly slowly on my machine. Maybe a newer version
is more efficient.


On Tue, May 7, 2013 at 2:49 PM, Andrew Pennebaker &amp;lt;
andrew.pennebaker-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:




&lt;/pre&gt;</description>
    <dc:creator>Andrew Pennebaker</dc:creator>
    <dc:date>2013-05-07T18:50:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5140">
    <title>Re: [Mingw-users] find lacks -L option</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5140</link>
    <description>&lt;pre&gt;
Yes, this works :)

I just wish I could search from root without worrying about such things.
Ordinarly, I'd alias find to find -L in my bash profile, but until MSYS
find gets support for the -L flag, that particular solution is unavailable.

&lt;/pre&gt;</description>
    <dc:creator>Andrew Pennebaker</dc:creator>
    <dc:date>2013-05-07T18:49:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5139">
    <title>Re: [Mingw-users] find lacks -L option</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5139</link>
    <description>&lt;pre&gt;
/c is not a symlink to C:\ it is a mapping of Windows semantics to
POSIX semantics.  You should be able to use ``find /c ...'' without
needing -L.

&lt;/pre&gt;</description>
    <dc:creator>Earnie Boyd</dc:creator>
    <dc:date>2013-05-07T18:42:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5138">
    <title>Re: [Mingw-users] find lacks -L option</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5138</link>
    <description>&lt;pre&gt;I would like `find` to follow the /c/ (C:\) link, where I keep most of my
data, but the version of `find` included seems to lack the -L option.

Could we update MSYS's `find`?

$ find --help
Usage: find [path...] [expression]
default path is the current directory; default expression is -print
expression may consist of:
operators (decreasing precedence; -and is implicit where no others are
given):
      ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2
      EXPR1 -o EXPR2 EXPR1 -or EXPR2 EXPR1 , EXPR2
options (always true): -daystart -depth -follow --help
      -maxdepth LEVELS -mindepth LEVELS -mount -noleaf --version -xdev
tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N
      -cnewer FILE -ctime N -empty -false -fstype TYPE -gid N -group NAME
      -ilname PATTERN -iname PATTERN -inum N -ipath PATTERN -iregex PATTERN
      -links N -lname PATTERN -mmin N -mtime N -name PATTERN -newer FILE
      -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN
      -size N[bckw] -true -type [bcdpfls] -uid N -used N -user NAME
      -xtype [bcdpfls]
actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT
      -ok COMMAND ; -print -print0 -printf FORMAT -prune -ls
apenneba&amp;lt; at &amp;gt;NIC-WKS01 ~/Desktop

$ find --help | ack "-L"
ack: No regular expression found.

$ specs find bash git os
Specs:

specs 0.4
https://github.com/mcandre/specs#readme

find --version
GNU find version 4.1

bash --version
GNU bash, version 3.1.0(1)-release (i686-pc-msys)
Copyright (C) 2005 Free Software Foundation, Inc.

git --version
git version 1.8.0.msysgit.0

systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
OS Name:                   Microsoft Windows XP Professional
OS Version:                5.1.2600 Service Pack 3 Build 2600

&lt;/pre&gt;</description>
    <dc:creator>Andrew Pennebaker</dc:creator>
    <dc:date>2013-05-07T18:36:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5137">
    <title>Re: emmintrin.h: No such file or directory</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5137</link>
    <description>&lt;pre&gt;[Question about *MinGW*]

1) This question doesn't relate to MSYS.
2) This MSYS specific mailing list is deprecated.

Please raise your issue on the MinGW-Users list:
https://lists.sourceforge.net/lists/listinfo/mingw-users
------------------------------------------------------------------------------
Own the Future-Intel&amp;amp;reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d_______________________________________________
Mingw-msys mailing list
Mingw-msys-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mingw-msys
&lt;/pre&gt;</description>
    <dc:creator>Keith Marshall</dc:creator>
    <dc:date>2013-03-26T11:30:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5136">
    <title>emmintrin.h: No such file or directory</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5136</link>
    <description>&lt;pre&gt;when I run 
C:\MinGW\make.exe


it print:


mingw32-gcc -c -msse2 swsse2.c
In file included from swsse2.c:12:
swstriped.h:4:23: emmintrin.h: No such file or directory
C:\MinGW\make.exe: *** [swsse2.o] Error 1




I wonder if you can tell me why.
thanks!


（please forgive me for my poor english!）------------------------------------------------------------------------------
Own the Future-Intel&amp;amp;reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d_______________________________________________
Mingw-msys mailing list
Mingw-msys-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mingw-msys
&lt;/pre&gt;</description>
    <dc:creator>ghtrjhrtj</dc:creator>
    <dc:date>2013-03-26T10:05:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5135">
    <title>Re: problem with make in MSYS</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5135</link>
    <description>&lt;pre&gt;Please move this discussion to mingw-users-5NWGOfrQmneRv+LV9MX5uti2KpX7p8Fi&amp;lt; at &amp;gt;public.gmane.org

&lt;/pre&gt;</description>
    <dc:creator>Earnie Boyd</dc:creator>
    <dc:date>2013-03-01T14:21:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5134">
    <title>problem with make in MSYS</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5134</link>
    <description>&lt;pre&gt;Dear Users, 

I've installed MinGW and MSYS, Win 7. MinGW is not in the MSYS-directory (is
it a problem?), but during installation of MSYS the program asked for the
folder with MinGW and everything seemed to be fine. 
Now I'm trying to 'make' a program (which I built with cmake before). make
starts to 1%, then the error: 

g++.exe: error: C:/msys/1.0/openmp: No such file or directory
g++.exe: error: C:/msys/1.0/W1: No such file or directory

But I do have the openmp-dll libgomp-1.dll in my MinGW-folder... 
Should I install MSYS again with it sown MinGW? 
Can I have two MinGW - installations on my PC without problems?

Or what should I do? 


Best, AM



--
View this message in context: http://mingw.5.n7.nabble.com/problem-with-make-in-MSYS-tp30782.html
Sent from the MinGW - MSYS mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
&lt;/pre&gt;</description>
    <dc:creator>amenne</dc:creator>
    <dc:date>2013-02-28T17:42:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5133">
    <title>Re: Possible bug? POSIX paths</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5133</link>
    <description>&lt;pre&gt;* BGINFO for X
| 4) Windows path subfolder (ADAM) -&amp;gt; It doesn't works!
| 
| $ ls -la c:\windows\ADAM
| 
| ls: c:windowsADAM: No such file or directory
--&amp;lt;snip-snip&amp;gt;--
| My question is: Why test 4 doesn't work?

Because the backslash is the SHELL quoting character.  It is used to
escape the next character from any special meaning.  In your example,
'w' and 'A' have no special meaning, so the backslash is 'wasted'.

You need to double an unquoted backslash to get a single backslash
into the argument:
  ls -la c:\\windows\\ADAM
or quote it:
  ls -la 'c:\windows\ADAM'

HTH
R'

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
&lt;/pre&gt;</description>
    <dc:creator>Ralf Fassel</dc:creator>
    <dc:date>2013-02-08T15:07:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5132">
    <title>Re: Possible bug? POSIX paths</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5132</link>
    <description>&lt;pre&gt;
This needs discussed at mingw-users-5NWGOfrQmneRv+LV9MX5uti2KpX7p8Fi&amp;lt; at &amp;gt;public.gmane.org  Please
resend to that list.




&lt;/pre&gt;</description>
    <dc:creator>Earnie Boyd</dc:creator>
    <dc:date>2013-02-08T15:13:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5131">
    <title>Possible bug? POSIX paths</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5131</link>
    <description>&lt;pre&gt;Hello,

 After reading some documentation about PATHS,
http://www.mingw.org/wiki/Posix_path_conversion

 I have some problems doing a trivial "ls" with windows paths (no spaces).

 I have done 5 tests:

 1) Windows path one folder - It works!

$ ls -la c:\windows

ls: c:windows/CSC:

total 23080

drwxr-xr-x 64 k Administradores 28672 Jan 18 19:48 .

drwxsr-xr-x 22 k Administradores 16384 Feb 6 16:38 ..

-rw-r--r-- 1 k Administradores 5242934 Nov 5 08:30 BGInfo.bmp

...



2) POSIX path one folder -&amp;gt; It works!

$ ls -la c:/windows

ls: c:/windows/CSC:

total 23080

drwxr-xr-x 64 k Administradores 28672 Jan 18 19:48 .

drwxr-xr-x 22 k Administradores 16384 Feb 6 16:38 ..

-rw-r--r-- 1 k Administradores 5242934 Nov 5 08:30 BGInfo.bmp

...


 3) POSIX path subfolder (ADAM) -&amp;gt; It works!

$ ls -la c:/windows/ADAM

total 3384

drwxr-xr-x 37 k Administradores 4096 Mar 20 2012 .

drwxr-xr-x 64 k Administradores 28672 Jan 18 19:48 ..

-rwxr-xr-x 2 k Administradores 253952 Nov 20 2010 ADSchemaAnalyzer.exe

...


 4) Windows path subfolder (ADAM) -&amp;gt; It doesn't works!

$ ls -la c:\windows\ADAM

ls: c:windowsADAM: No such file or directory


 5) Windows path subfolder (ADAM) QUOTED -&amp;gt; It works!

$ ls -la "c:\windows\ADAM"

total 3384

drwxr-xr-x 37 k Administradores 4096 Mar 20 2012 .

drwxr-xr-x 64 k Administradores 28672 Jan 18 19:48 ..

-rwxr-xr-x 2 k Administradores 253952 Nov 20 2010 ADSchemaAnalyzer.exe


 My question is: Why test 4 doesn't work?

 If there is only one folder, it works (test 1).

I don't understand why adding subfolders fails.

Is there any reason?

I'm doing something wrong?


 Why test 5 works?

I think that quoting here is not necessary.

But In fact I don't mind if works with quotes. My real question is test 4.


 Thanks a lot.
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb_______________________________________________
Mingw-msys mailing list
Mingw-msys-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mingw-msys
&lt;/pre&gt;</description>
    <dc:creator>BGINFO for X</dc:creator>
    <dc:date>2013-02-08T14:26:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5130">
    <title>Re: msys-1.18 with basic unicode support</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5130</link>
    <description>&lt;pre&gt;Just uploaded it to the ticket system, included text from my changelog 
(hopefully its descriptive enough).
Patching is fully automated since i use astyle formatting it would be 
hard if not impossible to apply the patch without the same formatting i 
use (sorry about that but i like my code readable).

Hope you find it usefull.

Regards Revelator

Den 07-02-2013 13:12, Earnie Boyd skrev:


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
&lt;/pre&gt;</description>
    <dc:creator>Ralph</dc:creator>
    <dc:date>2013-02-07T21:10:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5129">
    <title>Re: msys-1.18 with basic unicode support</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5129</link>
    <description>&lt;pre&gt;
Please consider using mingw-users to communicate instead of mingw-msys.


Add the patchset to the Issues ticket system at
https://sourceforge.net/p/mingw/bugs/ for consideration.  Please
consider a proper ChangeLog entry giving kbless the glory he deserves.

&lt;/pre&gt;</description>
    <dc:creator>Earnie Boyd</dc:creator>
    <dc:date>2013-02-07T12:12:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5128">
    <title>msys-1.18 with basic unicode support</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5128</link>
    <description>&lt;pre&gt;Using kbless patchset from msysgit and a whole slew of work i managed to 
make a version that supports multibyte
and a basic set of unicode functions.

It took quite some work because he was missing a few exports in 
cygwin.din and the wrappers for the w32api unicode functions where 
impossible to compile.

I also added strtoll and strtoull besides stdint and inttypes to the build.

i have tested it against bash zsh and libiconv and they all work and 
report both multibyte an unicode functionality.

I can upload a patch or the modified code for you to try out.

Revelator

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
&lt;/pre&gt;</description>
    <dc:creator>Ralph</dc:creator>
    <dc:date>2013-02-07T07:59:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5127">
    <title>MSYS portable question</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5127</link>
    <description>&lt;pre&gt;Hello,

 I'm trying to create an installation of MSYS portable:

 For example, I copy the 1.0 folder (where resides msys), to C:\.

Then I rename it to C:\MSYSPORTABLE.

Then I launch msys.bat, and all seems that works fine.

 I'm doing it in the right way?Is there something that I need to know for
function properly?

Any drawbacks?

 Thanks a lot.
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb_______________________________________________
Mingw-msys mailing list
Mingw-msys-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mingw-msys
&lt;/pre&gt;</description>
    <dc:creator>BGINFO for X</dc:creator>
    <dc:date>2013-02-06T13:46:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5126">
    <title>Re: regarding HOME/END/DELETE keys in msys console</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5126</link>
    <description>&lt;pre&gt;
Please discuss this at mingw-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org instead of this list.

&lt;/pre&gt;</description>
    <dc:creator>Earnie Boyd</dc:creator>
    <dc:date>2012-12-30T15:29:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5125">
    <title>regarding HOME/END/DELETE keys in msys console</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5125</link>
    <description>&lt;pre&gt;Hi there,
  I just upgraded my msys to the latest version and I figure out the
HOME/END and DELETE keys doesn't really work in the new console (sorry I
didn't remember if it works in the original version too), whenever I
press HOME/END/DELETE, it shows '~' instead. I search online and leads
me to http://www.mingw.org/wiki/Configure_RXVT, I follow the
instructions and tried

1) remove the rxvt.exe, but it doesn't help
2) I modify the ~/.inputrc with the following 
      set completion-query-items 100
      set completion-ignore-case on
      set show-all-if-ambiguous off

      set input-meta on
      set output-meta on
      set convert-meta off
      set bell-style none

      "\e[2~": paste-from-clipboard
      "\e[3~": delete-char
      "\e[5~": beginning-of-history
      "\e[6~": end-of-history
      "\e[7~": beginning-of-line
      "\e[8~": end-of-line

then DELETE key seems work  but HOME/END still doesn't work. 

I have the mingw/msys installed on windows7 x64. Any hint to solve the
problem will be highly appreciated. Thanks.

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
&lt;/pre&gt;</description>
    <dc:creator>ginzzer</dc:creator>
    <dc:date>2012-12-30T06:16:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5124">
    <title>Re: msysCORE-1.0.18</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5124</link>
    <description>&lt;pre&gt;
Redirecting to the mingw-users list.

&lt;/pre&gt;</description>
    <dc:creator>Earnie Boyd</dc:creator>
    <dc:date>2012-12-19T13:56:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5123">
    <title>msysCORE-1.0.18</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5123</link>
    <description>&lt;pre&gt;Hi!
With msysCORE-1.0.18 I can't use make with more than 1 job - build
freezes. On msysCORE-1.0.17 its ok.

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
&lt;/pre&gt;</description>
    <dc:creator>Алексей Павлов</dc:creator>
    <dc:date>2012-12-19T09:18:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5122">
    <title>Re: MSYS using Junctions quirk</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5122</link>
    <description>&lt;pre&gt;On Tue, Aug 28, 2012 at 4:07 PM, Earnie Boyd
&amp;lt;earnie-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

Yep.  I use bash under Linux (and I'm up under Ubuntu 12.04 LTS at the
moment.)  The bash developers appeared to be trying to include
everything *including* the kitchen sink, and produced what you might
get if you merged sh, ksh, and csh in one shell.  In the process, it
got big and resource intensive enough that we got ash, with the shell
language but without the interactive stuff, specifically to run things
like install scripts with less overhead.  (I found one ancient
win-bash port based on bash 1.x, and the FAQ answer to "Why not a more
recent version" is "It runs the scripts we wanted to be able to run.")

AT&amp;amp;T made the real ksh open source, but their license isn't compatible
with things like the GPL, so Cygwin can't include it, and I haven't
seen a Windows version other than AT&amp;amp;T's UWin environment.

(Incompatible licenses are probably the biggest open source stumbling
block I can think of.)

______
Dennis
https://plus.google.com/u/0/105128793974319004519

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>dmccunney</dc:creator>
    <dc:date>2012-08-28T20:49:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5121">
    <title>Re: MSYS using Junctions quirk</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mingw.msys/5121</link>
    <description>&lt;pre&gt;
Bash has decent emulation for standard Bourne shell syntax when named
sh and has some ksh features.
http://web.mit.edu/gnu/doc/html/features_3.html

&lt;/pre&gt;</description>
    <dc:creator>Earnie Boyd</dc:creator>
    <dc:date>2012-08-28T20:07:43</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnu.mingw.msys">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnu.mingw.msys</link>
  </textinput>
</rdf:RDF>
