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:

Getting undefined reference to `_libiconv_open'

2003-02-11 Thread jklcom
Hi, can someone help? When I compile my program I'm getting the following error messages: /c/DOCUME~1/Jeff/LOCALS~1/Temp/ccGtIvim.o(.text+0x8e):test.c: undefined referenc e to `_libiconv_open' /c/DOCUME~1/Jeff/LOCALS~1/Temp/ccGtIvim.o(.text+0xb8):test.c: undefined referenc e to `_libiconv' /c/DOC

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 #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 */ fromlen =

RE: undefined reference to `_libiconv_open'

2003-02-12 Thread jklcom
-libconv collect2: ld returned 1 exit status 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" <[E

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: http://cygwin.com/docs.htm