How to start apache in cygwin?

2003-03-27 Thread jklcom
How to start and restart apache with cygwin 1.3.22-1? Thanks -Jeff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

How to start apache in cygwin

2003-03-27 Thread jklcom
Hi nalin, I've just installed cygwin 1.3.22-1. Can you show me how to start apache within cygwin? Thanks -Jeff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

How to convert unicode to Big5 using iconv

2003-02-14 Thread jklcom
Can someone show me some examples on how to use iconv_open and iconv to do conversion between unicode and big5? Thank you -Jeff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

RE: undefined reference to `_libiconv_open'

2003-02-12 Thread jklcom
make: *** [test] Error 1 -Original Message- From: David Robinow [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 4:22 AM To: jklcom Subject: RE: undefined reference to `_libiconv_open' jklcom [EMAIL PROTECTED] wrote: Hi, can someone help? When I compile my test program

undefined reference to `_libiconv_open'

2003-02-11 Thread jklcom
Hi, can someone help? When I compile my test program I'm getting the following error messages: #include iconv.h #include intrautils.h int main() { char *p1, *p2; iconv_t i; size_t fromlen, tolen; char from[100], to[100]; strcpy(from, /u33136/u38622); /* unicode string here */