openSUSE Forums > Archives > SF Archives > ARCHIVES - Programming & Scripting » Compile Emacs-cvs: Request For Help

Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - Programming & Scripting
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Programming & Scripting A place to discuss website design, programming, shell scripts, etc

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 29-May-2008, 23:02
Girish Kulkarni
Guest
 
Posts: n/a
Thumbs up

Hello,

I want to compile the CVS version (23.0.60.1) of GNU Emacs on an OpenSUSE 10.2 machine that I don't have root access to. I am interested in font rendering support for the Devanagari script. Emacs requires the otf and m17n-flt libraries for that.

Since I do not have root access to my system, I installed these libraries in $HOME/lib. (The header files went into $HOME/include.) But while compiling Emacs, I found that configure does not detect these libraries, I have tried the following:
  1. export LD_LIBRARY_PATH=$HOME/lib
  2. LDFLAGS='-L$HOME/lib' CPPFLAGS='-I$HOME/include' ./configure --enable-font-backend --prefix=$HOME --with-otf --with-m17n-flt
  3. ./configure --enable-font-backend --prefix=$HOME --with-otf --with-m17n-flt --libdir=$HOME/lib
How can I make configure see these library files?

Thanks,
Girish.

 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2