This is the mail archive of the crossgcc@sourceware.org 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: crosstool-ng and additional header files/libraries


On Wed, Sep 22, 2010 at 9:28 PM, Xianghua Xiao <xiaoxianghua@gmail.com> wrote:
> I need crosstool-ng to compile a package which needs openssl header
> files and libraries, can I use crosstool-ng to compile openssl then
> copy its header files and libraries to sys-root directly, or is there
> a better way of doing it?
yes you can use toolchain generated by ct-ng but keep in mind
that you have to compile the dependencies that are needed for openssl
before you can compile openssl.

you can specify the sysroot to install use
--prefix=<where/you/want/it/installed/> when configuring
openssl then you dont have to copy stuff.

you can also look into other cross building infrastructures where
these are already taken care of.

>
> thanks,
> Xianghua
>
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
>
>



-- 
-Khem

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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