Revision: 1415
http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1415&view=rev
Author: matben
Date: 2008-04-16 23:39:34 -0700 (Wed, 16 Apr 2008)
Log Message:
-----------
* Added comment about link flags
Modified Paths:
--------------
trunk/contrib/tcl/build-iaxclient.txt
Modified: trunk/contrib/tcl/build-iaxclient.txt
===================================================================
--- trunk/contrib/tcl/build-iaxclient.txt 2008-04-16 21:29:18 UTC (rev 1414)
+++ trunk/contrib/tcl/build-iaxclient.txt 2008-04-17 06:39:34 UTC (rev 1415)
@@ -5,8 +5,12 @@
Linux/Unix:
-----------
-Just do
+1) Portaudio:
+./configure --disable-shared --without-jack
+make
+make install
+2) Speex:
./configure --disable-shared
make
make install
@@ -19,9 +23,14 @@
etc. The tcl package should build as usual using ./configure && make.
You may need to edit configure.in since I have added -lasound which
I really don't know the details of. Don't forget to use autconf after
-editing.
+editing. I read somewhere that setting
+export LDFLAGS="-Wl,-static"
+can be helpful to force linking to static libs. Use this *only* for the
+tcl package. Noted that ./configure bails with hese flags.
+
+
MacOSX 10.5
-----------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|