On Fri, Dec 25, 2009 at 8:47 AM, kunal ghosh <kunal.t2 at gmail.com> wrote: > > > On Thu, Dec 24, 2009 at 8:35 PM, Amit Saha <lists.amitsaha at gmail.com> > wrote: >> >> Amit Saha wrote: >>> >>> kunal ghosh wrote: >>>> >>>> got emacs to ./configure & make >>>> after installing gtk2-devel >>>> >>>> but i cannot find the executable ??:-( >>> >>> Does 'make' finish without any errors? If yes, you can find the 'emacs' >>> executable in the src/ or similar. Or you can do a > > Ah ! found the executable in src/ directory and it has an interface which > uses ncurses i tried installing gtk2 but still cannot get the > GUI interface of emacs 23 to build. > The emacs23 is important cause of its better font rendering if i cannot get > the GUI interface to build its not much use :-(
export CFLAGS="-I/usr/X11/include" export LDFLAGS="-L/usr/X11/lib -R/usr/X11/lib" ./configure ... Regards, Moinak. -- ================================ http://www.belenix.org/ http://moinakg.wordpress.com/
