This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: question on search list for libraries


On Wed, 6 Nov 2002, Joel Coltoff wrote:

> I've got a question on the search list for libraries. I'm skipping some
> details here to keep the message short so my motive may not really be
> clear. I've built a uClibc compiler for mipsel-linux on both my
> linux host and my embedded system. They are built in different
> paths. (part of the problem) When I do
>                        *
>                        *
> dirs. How can I do my configure so /lib and /usr/lib are searched?

Doh! You use the specs file. Sometimes you go so far down the wrong
path you don't even know to turn around. It would still be nice to
have it happen as a config option but I can live with adding

	-L /lib -L /usr/lib

to my specs file.

-- 
Joel Coltoff

If I had my life to live again, I'd make the same mistakes, only sooner.
    -- Tallulah Bankhead


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]