On Tuesday, December 24, 2002, at 05:23  PM, Justin Hallett wrote:

well this shouldn't even be running unless you edited or changed the time
stamp of an suto file like makefile.am or configure.in.
No, I didn't do any of those. What's a suto file?

Anyhow, I commented out the line of the generated Makefile that seemed to be responsible:
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
;#cd $(srcdir) && $(AUTOCONF)

Weird it was creating a configure from inside a configure generated Makefile. That makes no sense...

Now I can make until I get this:

Making all in oRTP
make all-recursive
Making all in src
/bin/sh ../libtool --mode=link gcc -g -O2 -o rtpsend rtpsend.o libortp.la
gcc -g -O2 -o .libs/rtpsend rtpsend.o -L./.libs -lortp -L/sw/lib -lgthread -lglib -lpthread -lm
ld: Undefined symbols:
_sched_setscheduler
make[4]: *** [rtpsend] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Any idea where _sched_setscheduler is supposed to come from or where I would go about trying to figure that out?

Simon

[EMAIL PROTECTED] writes:
[simons-tibook:~/sandbox/linphone-0.9.1] woodside% make
cd . && aclocal-1.6 -I macros -I m4
aclocal: configure.in: 30: macro `AM_PATH_GTK' not found in library
aclocal: configure.in: 64: macro `AM_PATH_GLIB' not found in library
make: *** [aclocal.m4] Error 1
-=[JFH]  Justin F. Hallett <Systems Analyst>
-=[JFH]  Rendek Communications Inc.
-=[JFH]  [EMAIL PROTECTED]


---
     anti-spam: do not post this address publicly
www.simonwoodside.com -- 99% Devil, 1% Angel



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to