Displaying 5 results from an estimated 5 matches for "cygsolink".
Did you mean:
cygsolib
2006 Jan 22
6
spandsp Error
...in $(APPS); do $(INSTALL) -m 755 $$x
$(DESTDIR)$(MODULES_DIR) ; done
95 rm -f $(DESTDIR)$(MODULES_DIR)/app_cut.so
96 rm -f $(DESTDIR)$(MODULES_DIR)/app_datetime.so
97 rm -f $(DESTDIR)$(MODULES_DIR)/app_qcall.so
98
99 app_curl.so: app_curl.o
100 $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CURLLIBS)
101
102 app_rxfax.so : app_rxfax.o
103 $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff
104
105 app_txfax.so : app_txfax.o
106 $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff
107
108 app_sql_postgres.o: app_sql_postgres.c
109 $(CC) -pipe -I$(CROSS_COMPI...
2006 Jan 13
0
R: RE: RE: Spandsp
...D,${OSARCH}),BSD)
CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L
$(CROSS_COMPILE_TARGET)/usr/local/lib
endif
CURLLIBS=$(shell $(CROSS_COMPILE_BIN)curl-config --libs)
@@ -100,10 +104,16 @@
rm -f $(DESTDIR)$(MODULES_DIR)/app_qcall.so
app_curl.so: app_curl.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CURLLIBS)
+app_rxfax.so : app_rxfax.o
+ $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff
+
+app_txfax.so : app_txfax.o
+ $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff
+
app_sql_postgres.o: app_sql_postgres.c
$(CC) -pipe -I/usr/local/pgsql/include $(CFLAGS) -c -o
app_sql_postgr...
2007 Mar 21
0
install and setup app_mp4 application
Hi all,
according to
http://sip.fontventa.com/content/view/15/44/ i have
compiled the mpeg4ip libries without problem. After
copying the app_mp4.c file into de Asterisk apps
directory and changing the Makefile like.
[...]
app_sql_odbc.so: app_sql_odbc.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $<
${CYGSOLIB} -lodbc
app_mp4.so : app_mp4.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $<
${CYGSOLIB} -lmp4 -lmp4v2
ifeq (SunOS,$(shell uname))
app_chanspy.so: app_chanspy.o
$(CC) $(SOLINK) -o $@ $< -lrt
endif
[...]
i get following error.
Mar 21 19:08:22 WARNING[26686]: pbx.c:...
2004 Aug 18
27
SpanDSP
Anyone knows where can I find spandsp? Official site seems permanently
down...
TIA,
Simone.
2006 Jan 12
5
[Announce] Web-MeetMe v2.0.0
[New Features]
1. Added focus and tab-order to all input fields
2. Dynamic generation of date/month/year listboxes
a. It is no longer possible to schedule an invalid
date.
3. Added 'Extend' and 'End Now' buttons to the monitor
page.
4. Invite button on the monitor page. This greatly
simplifies the process of adding callers to a conference.
The ./lib/defines