public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* crypt function undeclared!!!
@ 2003-08-26 12:17 Ivan Hernandez
  2003-08-26 12:49 ` Igor Pechtchanski
  0 siblings, 1 reply; 6+ messages in thread
From: Ivan Hernandez @ 2003-08-26 12:17 UTC (permalink / raw)
  To: cygwin

hello, i'm trying to compile some anti-spamm SMTP reverse proxy that i 
have used on linux Debian on cygwin and it says that crypt function is 
undeclared. Someone must have found the same problem before, and would 
know the right action in order to make it work correctly.
Please, give me more indications, i searched google on "cygwin, crypt 
funcion undeclared" but i have found just some old garbage about 
obsoleted ports od postgresql.
Thanks you for all!
Ivan Hernandez, from Argentina


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: crypt function undeclared!!!
  2003-08-26 12:17 crypt function undeclared!!! Ivan Hernandez
@ 2003-08-26 12:49 ` Igor Pechtchanski
  2003-08-26 13:36   ` Ivan Hernandez
  0 siblings, 1 reply; 6+ messages in thread
From: Igor Pechtchanski @ 2003-08-26 12:49 UTC (permalink / raw)
  To: Ivan Hernandez; +Cc: cygwin

On Tue, 26 Aug 2003, Ivan Hernandez wrote:

> hello, i'm trying to compile some anti-spamm SMTP reverse proxy that i
> have used on linux Debian on cygwin and it says that crypt function is
> undeclared. Someone must have found the same problem before, and would
> know the right action in order to make it work correctly.
> Please, give me more indications, i searched google on "cygwin, crypt
> funcion undeclared" but i have found just some old garbage about
> obsoleted ports od postgresql.
>
> Thanks you for all!
> Ivan Hernandez, from Argentina

Ivan,

Did you install the "crypt" package?
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: crypt function undeclared!!!
  2003-08-26 12:49 ` Igor Pechtchanski
@ 2003-08-26 13:36   ` Ivan Hernandez
  2003-08-26 15:24     ` Igor Pechtchanski
  0 siblings, 1 reply; 6+ messages in thread
From: Ivan Hernandez @ 2003-08-26 13:36 UTC (permalink / raw)
  To: cygwin

Yes, i did, but i have not found a libcrypt package, i installed crypt 
package only.

Igor Pechtchanski wrote:

>On Tue, 26 Aug 2003, Ivan Hernandez wrote:
>
>  
>
>>hello, i'm trying to compile some anti-spamm SMTP reverse proxy that i
>>have used on linux Debian on cygwin and it says that crypt function is
>>undeclared. Someone must have found the same problem before, and would
>>know the right action in order to make it work correctly.
>>Please, give me more indications, i searched google on "cygwin, crypt
>>funcion undeclared" but i have found just some old garbage about
>>obsoleted ports od postgresql.
>>
>>Thanks you for all!
>>Ivan Hernandez, from Argentina
>>    
>>
>
>Ivan,
>
>Did you install the "crypt" package?
>	Igor
>  
>



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: crypt function undeclared!!!
  2003-08-26 13:36   ` Ivan Hernandez
@ 2003-08-26 15:24     ` Igor Pechtchanski
  2003-08-26 19:13       ` Ivan Hernandez
  0 siblings, 1 reply; 6+ messages in thread
From: Igor Pechtchanski @ 2003-08-26 15:24 UTC (permalink / raw)
  To: Ivan Hernandez; +Cc: cygwin

It's all in one package, see
<http://cygwin.com/cgi-bin2/package-cat.cgi?file=crypt/crypt-1.0-2>.
You are #including crypt.h, right?  And linking with -lcrypt?
	Igor

On Tue, 26 Aug 2003, Ivan Hernandez wrote:

> Yes, i did, but i have not found a libcrypt package, i installed crypt
> package only.
>
> Igor Pechtchanski wrote:
>
> >On Tue, 26 Aug 2003, Ivan Hernandez wrote:
> >
> >>hello, i'm trying to compile some anti-spamm SMTP reverse proxy that i
> >>have used on linux Debian on cygwin and it says that crypt function is
> >>undeclared. Someone must have found the same problem before, and would
> >>know the right action in order to make it work correctly.
> >>Please, give me more indications, i searched google on "cygwin, crypt
> >>funcion undeclared" but i have found just some old garbage about
> >>obsoleted ports od postgresql.
> >>
> >>Thanks you for all!
> >>Ivan Hernandez, from Argentina
> >
> >Ivan,
> >
> >Did you install the "crypt" package?
> >       Igor

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: crypt function undeclared!!!
  2003-08-26 15:24     ` Igor Pechtchanski
@ 2003-08-26 19:13       ` Ivan Hernandez
  2003-08-26 19:39         ` Igor Pechtchanski
  0 siblings, 1 reply; 6+ messages in thread
From: Ivan Hernandez @ 2003-08-26 19:13 UTC (permalink / raw)
  To: cygwin

Yes, but i will continue trying and will give the results if i have luck.

Igor Pechtchanski wrote:

>It's all in one package, see
><http://cygwin.com/cgi-bin2/package-cat.cgi?file=crypt/crypt-1.0-2>.
>You are #including crypt.h, right?  And linking with -lcrypt?
>	Igor
>
>On Tue, 26 Aug 2003, Ivan Hernandez wrote:
>
>  
>
>>Yes, i did, but i have not found a libcrypt package, i installed crypt
>>package only.
>>
>>Igor Pechtchanski wrote:
>>
>>    
>>
>>>On Tue, 26 Aug 2003, Ivan Hernandez wrote:
>>>
>>>      
>>>
>>>>hello, i'm trying to compile some anti-spamm SMTP reverse proxy that i
>>>>have used on linux Debian on cygwin and it says that crypt function is
>>>>undeclared. Someone must have found the same problem before, and would
>>>>know the right action in order to make it work correctly.
>>>>Please, give me more indications, i searched google on "cygwin, crypt
>>>>funcion undeclared" but i have found just some old garbage about
>>>>obsoleted ports od postgresql.
>>>>
>>>>Thanks you for all!
>>>>Ivan Hernandez, from Argentina
>>>>        
>>>>
>>>Ivan,
>>>
>>>Did you install the "crypt" package?
>>>      Igor
>>>      
>>>
>
>  
>



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: crypt function undeclared!!!
  2003-08-26 19:13       ` Ivan Hernandez
@ 2003-08-26 19:39         ` Igor Pechtchanski
  0 siblings, 0 replies; 6+ messages in thread
From: Igor Pechtchanski @ 2003-08-26 19:39 UTC (permalink / raw)
  To: Ivan Hernandez; +Cc: cygwin

One thing that might help is issuing the failing compile command with a -E
gcc flag instead of -c to get the result of the preprocessor (on stdout).
You can then see if the declaration of crypt() actually makes it into the
preprocessed source.
	Igor

On Tue, 26 Aug 2003, Ivan Hernandez wrote:

> Yes, but i will continue trying and will give the results if i have luck.
>
> Igor Pechtchanski wrote:
>
> >It's all in one package, see
> ><http://cygwin.com/cgi-bin2/package-cat.cgi?file=crypt/crypt-1.0-2>.
> >You are #including crypt.h, right?  And linking with -lcrypt?
> >       Igor
> >
> >On Tue, 26 Aug 2003, Ivan Hernandez wrote:
> >
> >
> >
> >>Yes, i did, but i have not found a libcrypt package, i installed crypt
> >>package only.
> >>
> >>Igor Pechtchanski wrote:
> >>
> >>
> >>
> >>>On Tue, 26 Aug 2003, Ivan Hernandez wrote:
> >>>
> >>>
> >>>
> >>>>hello, i'm trying to compile some anti-spamm SMTP reverse proxy that i
> >>>>have used on linux Debian on cygwin and it says that crypt function is
> >>>>undeclared. Someone must have found the same problem before, and would
> >>>>know the right action in order to make it work correctly.
> >>>>Please, give me more indications, i searched google on "cygwin, crypt
> >>>>funcion undeclared" but i have found just some old garbage about
> >>>>obsoleted ports od postgresql.
> >>>>
> >>>>Thanks you for all!
> >>>>Ivan Hernandez, from Argentina
> >>>>
> >>>>
> >>>Ivan,
> >>>
> >>>Did you install the "crypt" package?
> >>>      Igor

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-08-26 17:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-26 12:17 crypt function undeclared!!! Ivan Hernandez
2003-08-26 12:49 ` Igor Pechtchanski
2003-08-26 13:36   ` Ivan Hernandez
2003-08-26 15:24     ` Igor Pechtchanski
2003-08-26 19:13       ` Ivan Hernandez
2003-08-26 19:39         ` Igor Pechtchanski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).