On Mon, Jan 03, 2005 at 09:09:11AM +0100, Morten Nilsen wrote:
> >> sollution was adding -I/usr/X11R6/include to CFLAGS before running
> >> autogen.sh
> > That is odd that you had to manually do such. Is that include path in your
> > ld.so.conf? Either way nice to hear you got it fixed.
> 
> $ cat /etc/ld.so.conf
> /usr/X11R6/lib
> 
> I think all other things I've packaged on my boxen have compiled fine
> without giving this CFLAGS setting..
> 
> Cheers,
> -- 
> Morten

That there is your problem. That file is used by the linker to determine the
location of libraries. I would suggest that your edit the file to read like
this.
 
/usr/local/lib
/usr/lib
/usr/X11R6/lib
/opt/kde/lib    <-- I don't have anything there ^_^
/usr/lib/qt/lib <-- /me grumbles
 
And make sure to include the location of your gcc libs. Mine in this case is in
/usr/i486-slackware-linux/lib, however you'll want to contact others that use
your distro to determine this path. Also if you use any other libs that are
stored in odd locations, you'll want to include those as well.

Cheers -
stderr
--
<---------------------------------------------------------------------->
    
  .-.       Stephen Horner <Protocol.X(at)gmail.com>             
  /v\       irc.FreeNode.net (at)  #linuxpeople
 // \\      AIM  <beepbeepkaah>  ICQ <211915903>                        
/(   )\     MSN  <parse3rr0r(at)hotmail.com>
 ^^-^^      Jabber <Protocol.X(at)jabber.org>
                
<---------------------------------------------------------------------->


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to