On Mon, Jul 19, 2010 at 11:35:03AM +0200, Szabolcs Nagy wrote: > * Anselm R Garbe <garb...@gmail.com> [2010-07-19 07:45:16 +0100]: > > > On 18 July 2010 21:40, Josh Rickmar <joshua_rick...@eumx.net> wrote: > > > CC -o dinput > > > /usr/lib/crt0.o(.text+0x9d): In function `___start': > > > : undefined reference to `main' > > > collect2: ld returned 1 exit status > > > *** Error code 1 > > > > > > Stop in /home/joshua/src/dmenu (line 28 of Makefile) > > > > Make sure to > > > > hg clone http://hg.suckless.org/libdraw > > cd libdraw > > make install > > > > before you build dmenu. Does this fix your issues? > > i assume without libdraw he would get lot of undefined symbol errors during > compilation > > this seems a general linking problem to me >
Yes, I already have installed libdraw.