Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <00d201bf7d48$2e8b1f50$9801010a@gpsr.colostate.edu>
From: "John Huddleston" <jhuddles@rocky.itc.nrcs.usda.gov>
To: "Craig Lanning" <lanning@scra.org>, <cygwin@sourceware.cygnus.com>
References: <14514.42467.930000.171423@ngds1.scra.org>
Subject: Re: Problem with -mno-cygwin compile
Date: Tue, 22 Feb 2000 08:19:15 -0700
Organization: nrcs
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300

I have B20.1 with the 2.95.2 upgrade and it works for me.

Post your cygcheck -s -v -r to the list.

----- Original Message ----- 
From: Craig Lanning <lanning@scra.org>
To: <cygwin@sourceware.cygnus.com>
Sent: Tuesday, February 22, 2000 8:06 AM
Subject: Problem with -mno-cygwin compile


> 
> My environment is
>    Windows 98
>    Cygwin b20.1 + 2/21 snapshot
>    gcc 2.95.2
> 
> If I compile the code below with -mno-cygwin it complains about the
> symbol _environ_dll not being resolved.  (I have been seeing this
> problem for a couple of months.)  If I compile it without -mno-cygwin
> it works fine.  Is there something else I need to do to get it to work
> with -mno-cygwin?
> 
> Craig Lanning
> 
> --------------------------------------------------
> #include <stdio.h>
> #include <stdlib.h>
> 
> extern char **environ;
> 
> int main(void)
> {
>   int i=1;
>   char **env=environ;
> 
>   while (*env) {
>     printf("env[%2d]: %s\n",i++,*env);
>     env++;
>   }
> }
> 
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

