X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type; q=dns; s=default; b=iL3bVE 264fa6EVwyJ10830JUljS69ykxVaSZHGmn8IX3F+y2WaC2wzQq5wXeoZAh8ReyAD 444iDos0dHi31P4TjTAFau1f+B5YBCgBbRO3PfXHOjRYsyPeyEe0byUrprusuLOI kYCwskqWclxt4CQWjWN8SVXfb2JqOtcn7RDdg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type; s=default; bh=fO5o+uBZzV9L dIy78LYogKlTr8M=; b=sNdXH4nGUlhm8DJxUGJhqRklxa6Zpte7/HgK72nrYyps mEiP2Dx7ijIt/EkajrndLOuOhMxk1CHMwFFsyDv3abgjz6sjGMw4MHYJJzUChftX AAdcsQDHuZNYZTD46/Yg0YwXYsagb14sBR+HTUizCESoNzIN3x3MXdc8RkrA6og= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-8.7 required=5.0 tests=AWL,BAYES_00,KHOP_PGP_SIGNED,KHOP_THREADED,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_NL autolearn=ham version=3.3.1 Message-ID: <515BE36F.6030701@dancol.org> Date: Wed, 03 Apr 2013 01:08:15 -0700 From: Daniel Colascione User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: winln for native symlinks References: <515BD718 DOT 8080605 AT dancol DOT org> <515BE1BF DOT 5010803 AT towo DOT net> In-Reply-To: <515BE1BF.5010803@towo.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2WOKFVLNMKGPGAEUGGEGD" X-Virus-Found: No ------enig2WOKFVLNMKGPGAEUGGEGD Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 4/3/2013 1:01 AM, Thomas Wolff wrote: > Am 03.04.2013 09:15, schrieb Daniel Colascione: >> In light of the recent discussion on the developers list about native sy= mlinks, >> I'd like to suggest including my winln program (which I posted a while a= go on >> this list, and which I've attached to this message) in the cygutils pack= age. >> It's a drop-in replacement for GNU ld. > I'm getting this: >=20 > winln.c: In function =91do_link=92: > winln.c:343:21: error: =91SYMBOLIC_LINK_FLAG_DIRECTORY=92 undeclared (fir= st use in > this function) Thanks. It'd been a while since I've compiled the program. Our old headers = must have had a bug that led to defining that flag even for OS versions that did= n't actually support symbolic links. Changing _WIN32_WINNT to 0x600 (Vista) mad= e the program compile again. > (In cygwin64, additionally: make: cc: Command not found) That's a problem with the cygwin64 distribution. It's common for "cc" to ru= n the normal C compiler. ------enig2WOKFVLNMKGPGAEUGGEGD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Cygwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlFb43IACgkQ17c2LVA10Vv4TwCg4WS5Cynp1py7Vaj7R1Wu/1Y7 IfUAoMFWNgBFcNKjU4C1qlEKo5aU/7mn =tKTb -----END PGP SIGNATURE----- ------enig2WOKFVLNMKGPGAEUGGEGD--