irclog2html for #uclibc on 20040217

00:59.34DavidMthat's the spirit
02:04.30tech2kdoes it matter what directory you add a new bb applet to...i found some bb ports online and am trying to add mc.c and get an early make error "undefined reference to 'mc_main'
02:05.23anderseetech2k: the vodz stuff I presume
02:05.34tech2ki put mc.c in the edirots directory and and edited that Makefile.in and Config.in then the /include/ applets.h
02:05.49anderseetech2k: it is simplest to add new applets to an existing directory with applets...
02:05.57anderseemisc is a good choice, for example
02:06.22anderseetech2k: that sounds about right
02:06.36anderseecd editors
02:06.39anderseemake clean
02:06.40anderseemake
02:06.49anderseeand paste the result
02:07.45tech2kftp://ftp.simtreas.ru/pub/my/bb/ports/
02:07.51tech2kthats where i found it
02:08.05tech2khummm...i have an mc.c  not an mc.o
02:08.18tech2klet me try the make clean in editors
02:09.24tech2khummm...that did not error
02:09.27mjn3i think you need to do a make dep
02:09.46tech2ki now i see all the rest have a foo.c and a foo.o
02:09.49mjn3but i haven't added a new applet in some time
02:09.53tech2kok
02:09.56anderseetech2k: that is vodz' site