sorry about the last message, dumb ass email program... anyhow, it's auto file for the auto tools, your way will work but isn't needed the line you commented out will only run if an auto file was modified in some way.
as for the missing symbole, it looks like a link line likely it's a missing object on the like line or lib, if it's a compile line it could need and extern or static, but I think it's likely a link line. Use nm to find the symbole. [EMAIL PROTECTED] writes: > >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? -=[JFH] Justin F. Hallett <Systems Analyst> -=[JFH] Rendek Communications Inc. -=[JFH] [EMAIL PROTECTED] ------------------------------------------------------- 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
