On Tuesday 04 December 2007, Vincent Torri wrote:
> On Tue, 4 Dec 2007, Mike Frysinger wrote:
> > On Monday 03 December 2007, Vincent Torri wrote:
> >> On Sun, 2 Dec 2007, Mike Frysinger wrote:
> >>> On Saturday 01 December 2007, Vincent Torri wrote:
> >>>> I have added a document in the Wiki that details how to build the EFL
> >>>> on Windows. You can find it here:
> >>>>
> >>>> http://wiki.enlightenment.org/index.php/Category:EFL_Windows
> >>>>
> >>>> There's also a link in the main page of the Wiki.
> >>>>
> >>>> Currently, only the build with MSYS/MinGW is described. Also, I only
> >>>> wrote the build of eet. I'll add the other EFL later (mainly, how to
> >>>> install the dependencies)
> >>>
> >>> forcing -L/-I paths to /usr/local sounds like a lie ... sane compilers
> >>> should search those paths automatically ...
> >>
> >> I recall that it's on Windows :D
> >>
> >> Well, I'm sure that gcc 3.4.5 which is shipped with MinGW does not
> >> search header files in /usr/local/include. So I have concluded that it
> >> does not search the static libs in /usr/local/lib, but I'm not sure
> >> about that. I'll try to see if I can remove LDFLAGS.
> >
> > just look at the output of `gcc -print-search-dirs`
> > -mike
>
> I don't know if I can rely on that it. For example, on Ubuntu, with gcc
> 4.1.2,  /usr/local/lib is not in the paths that are searched for the
> libraries.

that isnt gcc doing the extra /usr/local/lib search.  that's the linker using 
the list of paths in /etc/ld.so.conf for additional search paths.

> Also, the path for headers is not displayed 

hrm, i thought it was.  this will indirectly show the include paths:
echo "" | gcc -v -E -
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to