From: Stefano F. <fal...@gn...> - 2006-01-13 09:58:30
|
Alle 23:50, gioved=EC 12 gennaio 2006, Antonio Cano damas ha scritto: > Hello all, > > I'm trying to compile the Tipic IAXClient library. Just downloaded from > Sourceforge the file (.zip), I try to get from CVS but there seems to be > nothing. > > What steps I forwarded: > - Download IAXClientByTipic_04012006.zip =46or MacOS X please use the tar.gz archive. > - Unzip the file > - Get the requirements, ./configure, make and make install > - Go to /IAXClientByTipic/iaxclient/lib > - make > > The problem is that returns an error before starting compile: > Makefile:126: *** commands commence before first target. Stop. I've tested the .tar.gz archive on this machine: uname -a --> Darwin sisifo.local 8.4.0 Darwin Kernel Version 8.4.0: Tue Jan= 3=20 18:22:10 PST 2006; root:xnu-792.6.56.obj~1/RELEASE_PPC Power Macintosh=20 powerpc And a make: make -v --> GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. And I've no problem in compiling.=20 Anyway this seems a problem in CR/LF conversion in text file.=20 Try to do this: 1. Remove extra characters from Makefile cat Makefile |tr -d '\r' >Makefile.macos 2. Use the new Makefile.macos to compile the library make -f Makefile.macos shared Please can you try this and tell me what appens? P.S.: If you don't use the "shared" target, the .so library will not be=20 created. =2D-=20 Cheers, Stefano Falsetto GNU Rot[t]Log maintainer http://www.gnu.org/software/rottlog |