Hi i had an error while cross compiling a library at my Ubuntu Hardy
system for sh4-linux system.
Here is how i compiled. First i defined some environmental variables[1].
Then ran the command[2], but i got error[3] related with jpeg.
libjpeg.so is in the path of LDFLAGS but still during the make
| On Wed, 12 Jul 2000, Peter Eisentraut wrote:
| > Alexandre Oliva writes:
| >
| > > > What about systems that don't have a `cc' but only a `gcc' or whatever
| > > > else?
| > >
| > > The user would have to set CC_FOR_BUILD. But see below:
| > >
| > > >> In the future, it may be extended to l
On Wed, 12 Jul 2000, Peter Eisentraut wrote:
> Alexandre Oliva writes:
>
> > > What about systems that don't have a `cc' but only a `gcc' or whatever
> > > else?
> >
> > The user would have to set CC_FOR_BUILD. But see below:
> >
> > >> In the future, it may be extended to look for gcc if it
Alexandre Oliva writes:
> > What about systems that don't have a `cc' but only a `gcc' or whatever
> > else?
>
> The user would have to set CC_FOR_BUILD. But see below:
>
> >> In the future, it may be extended to look for gcc if it can't find
> >> cc.
But that would break things for a lot of
On Jul 11, 2000, Peter Eisentraut <[EMAIL PROTECTED]> wrote:
> Alexandre Oliva writes:
>> How about just AC_SH_UNSETting CC before running config.guess? Then,
>> config.guess would do its thing with `cc', that is supposed not to be
>> a cross compiler.
> What about systems that don't have a `
Alexandre Oliva writes:
> How about just AC_SH_UNSETting CC before running config.guess? Then,
> config.guess would do its thing with `cc', that is supposed not to be
> a cross compiler. In the future, it may be extended to look for gcc
> if it can't find cc.
What about systems that don't have
On 10 Jul 2000, Akim Demaille wrote:
> > "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes:
>
> Mo> I took a peek at the config.guess and found this.
>
> See http://sources.redhat.com/ml/autoconf/2000-04/msg00097.html and
> following :)
We should keep a "confusion tally" for sections of the cod
On Jul 10, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote:
>> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes:
Alexandre> On Jul 9, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote:
>>> My real question is, why do I need to do this? If autoconf knows
>>> that it is cross compiling then it s
> "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes:
Mo> I took a peek at the config.guess and found this.
See http://sources.redhat.com/ml/autoconf/2000-04/msg00097.html and
following :)
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes:
Alexandre> On Jul 9, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote:
>> My real question is, why do I need to do this? If autoconf knows
>> that it is cross compiling then it should know to set the HOST_CC
>> (or BUILD_CC) to gcc or cc.
On Jul 9, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote:
> My real question is, why do I need to do this? If autoconf
> knows that it is cross compiling then it should know to
> set the HOST_CC (or BUILD_CC) to gcc or cc.
How about just AC_SH_UNSETting CC before running config.guess? Then,
config.
On Jul 9, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote:
> So config.guess is getting messed up because it is trying to use my
> cross compiler to figure out the build system type.
I had told you this would happen in some cases. In such cases, you
have to explicitly specify --build.
> I think thi
I just ran into an error when using the --host=XTRIPLE argument.
I am trying to cross compile with libtool, and it is really
broken to say the least. I tried to work around it by
setting CC to my cross compiler before running ./configure.
setenv CC i386-mingw32msvc-gcc
./configure --host=i386-mi
13 matches
Mail list logo