Hello folks,

I'm looking for someone who knows the Makefile & configure stuff a lot.
We need to do some changes to make it work everytime for MacOS X but 
I'm not sure whats the best approach for it.


Here's what you got to do to run CVS version on MacOS X 10.1

1. Install libxml2-2.4.7 with
  ./configure --prefix=/usr
  make
  make install

absolutely no problems.


2. Run ./configure in Kannel gateway directory like this:

./configure --disable-doc --disable-ssl --with-malloc=native

3. Edit the make file.

- replace all "ar rc" with "libtool -static -o"
- replace

    wmlscriptobjs = $(wmlscriptsrcs:.c=.o) $(wmlscriptsrcs:.y=.o)

   with

    wmlscriptobjs = $(wildcard wmlscript/*.o)

4. edit gwlib/gwthread-pthread.c and add a empty function pthread_sigmask();

That should get us over it. Now the problem is how can we make sure 
the Makefile is automatically adapted if the configure detect's its 
MacOS X?

-- 

Andreas Fink
Fink-Consulting

------------------------------------------------------------------
Tel: +41-61-6932730 Fax: +41-61-6932729  Mobile: +41-79-2457333
Address: A. Fink, Schwarzwaldallee 16, 4058 Basel, Switzerland
E-Mail:  [EMAIL PROTECTED]  Homepage: http://www.finkconsulting.com
------------------------------------------------------------------
Something urgent? Try http://www.smsrelay.com/  Nickname afink

Reply via email to