Re: Install uWSGI on cygwin

2017-09-13 Thread Avraham Serour
try using pip: 'pip install uwsgi' On Wed, Sep 13, 2017 at 11:35 AM, Dick Pan wrote: > Hi, > > When I install uWSGI on cygwin by command: python2.7 uwsgiconfig.py > --build > > one strange problem occur, undefined reference to `uuid_generate' on > cygwin

Install uWSGI on cygwin

2017-09-13 Thread Dick Pan
Hi, When I install uWSGI on cygwin by command: python2.7 uwsgiconfig.py --build one strange problem occur, undefined reference to `uuid_generate' on cygwin. but uuid.h exist in /usr/include/uuid/, and I checked GCC include path by command: echo | gcc -v -x c++ -E -, it's ok. At last,