Help with make

  • Follow


Este es un mensaje de varias partes en formato MIME.
--------------E306F4AC40C706204FEA060B
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

When I try to install make-3.79.1  following the INSTALL file I have the
following error in my terminal

../configure
loading cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... ./configure: make: not found
no
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking host system type... sparc-sun-solaris2.8
checking whether make sets ${MAKE}... (cached) no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... no
configure: error: installation or configuration problem: C compiler
cannot creat
e executables.

and this in  the file config.log

configure:667: checking for a BSD compatible install
configure:720: checking whether build environment is sane
configure:777: checking whether make sets ${MAKE}
configure:823: checking for working aclocal
configure:836: checking for working autoconf
configure:849: checking for working automake
configure:862: checking for working autoheader
configure:875: checking for working makeinfo
configure:900: checking host system type
configure:921: checking whether make sets ${MAKE}
configure:950: checking for gcc
configure:1063: checking whether the C compiler (gcc  ) works
configure:1079: gcc -o conftest    conftest.c  1>&5
ld: fatal: file values-Xa.o: cannot open file: No such file or directory

ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:

#line 1074 "configure"
#include "confdefs.h"

main(){return(0);}

Could you help me?

Thanks,

Adolfo

--------------E306F4AC40C706204FEA060B
Content-Type: text/x-vcard; charset=us-ascii;
 name="air.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Tarjeta para Adolfo
Content-Disposition: attachment;
 filename="air.vcf"

begin:vcard 
n:Iglesias Rold�n;Adolfo
tel;fax:983-367564
tel;work:983-367787
x-mozilla-html:FALSE
version:2.1
email;internet:air@tid.es
title:<br><img src="http://tid/images/telefonica.gif"><br>
adr;quoted-printable:;;Parque Tecnol=F3gico de Boecillo=0D=0A;;Boecillo;47151;
fn:Adolfo Iglesias Rold�n
end:vcard

--------------E306F4AC40C706204FEA060B--

0
Reply air (13) 1/20/2004 12:41:19 PM

Adolfo wrote:
> When I try to install make-3.79.1  following the INSTALL file I have the
> following error in my terminal
> 
> ./configure
> loading cache ./config.cache
> checking for a BSD compatible install... ./install-sh -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... ./configure: make: not found

add /usr/ccs/bin to your PATH, that's where Solaris 'make' is

0
Reply Oscar 1/20/2004 1:34:25 PM


Este es un mensaje de varias partes en formato MIME.
--------------F9AE437F9784DBBDECCC2E4A
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Now I have the following error

root@hiperico:>./configure
loading cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking host system type... sparc-sun-solaris2.8
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... no
configure: error: installation or configuration problem: C compiler cannot
creat
e executables.

In the file

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:667: checking for a BSD compatible install
configure:720: checking whether build environment is sane
configure:777: checking whether make sets ${MAKE}
configure:823: checking for working aclocal
configure:836: checking for working autoconf
configure:849: checking for working automake
configure:862: checking for working autoheader
configure:875: checking for working makeinfo
configure:900: checking host system type
configure:921: checking whether make sets ${MAKE}
configure:950: checking for gcc
configure:1063: checking whether the C compiler (gcc  ) works
configure:1079: gcc -o conftest    conftest.c  1>&5
ld: fatal: file values-Xa.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:

#line 1074 "configure"
#include "confdefs.h"

main(){return(0);}

Oscar del Rio ha escrito:

> Adolfo wrote:
> > When I try to install make-3.79.1  following the INSTALL file I have the
> > following error in my terminal
> >
> > ./configure
> > loading cache ./config.cache
> > checking for a BSD compatible install... ./install-sh -c
> > checking whether build environment is sane... yes
> > checking whether make sets ${MAKE}... ./configure: make: not found
>
> add /usr/ccs/bin to your PATH, that's where Solaris 'make' is

--------------F9AE437F9784DBBDECCC2E4A
Content-Type: text/x-vcard; charset=us-ascii;
 name="air.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Tarjeta para Adolfo
Content-Disposition: attachment;
 filename="air.vcf"

begin:vcard 
n:Iglesias Rold�n;Adolfo
tel;fax:983-367564
tel;work:983-367787
x-mozilla-html:FALSE
version:2.1
email;internet:air@tid.es
title:<br><img src="http://tid/images/telefonica.gif"><br>
adr;quoted-printable:;;Parque Tecnol=F3gico de Boecillo=0D=0A;;Boecillo;47151;
fn:Adolfo Iglesias Rold�n
end:vcard

--------------F9AE437F9784DBBDECCC2E4A--

0
Reply Adolfo 1/20/2004 2:52:15 PM

> configure:1063: checking whether the C compiler (gcc  ) works
> configure:1079: gcc -o conftest    conftest.c  1>&5
> ld: fatal: file values-Xa.o: cannot open file: No such file or directory

values-Xa.o should be in /usr/lib
If you do not have it, you are missing some Solaris packages.
See http://www.sunfreeware.com/faq.html#q5

0
Reply Oscar 1/20/2004 9:47:05 PM

Este es un mensaje de varias partes en formato MIME.
--------------A066981BDFC5BFBA118490FD
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

I have the same problem, before install this packages I don't have the file
values-Xa.o in my machine. Now I have this file en /usr/lib/sparcv9. Where can
I dowload the package SUNWxglh? This is the one that I haven't install

#:>file /usr/lib/sparcv9/values-Xa.o
/usr/lib/sparcv9/values-Xa.o:   ELF 64-bit MSB relocatable SPARCV9 Version 1

This is my PATH
#:>echo $PATH
/usr/lib/sparcv9:/usr/ccs/bin:/usr/ccs/lib:/usr/include:/usr/local/bin/:/usr/sbi

n:/usr/bin:.:/opt/cicscli/bin:/usr/lib/sparcv9

Thanks,

Adolfo

Oscar del Rio ha escrito:

> > configure:1063: checking whether the C compiler (gcc  ) works
> > configure:1079: gcc -o conftest    conftest.c  1>&5
> > ld: fatal: file values-Xa.o: cannot open file: No such file or directory
>
> values-Xa.o should be in /usr/lib
> If you do not have it, you are missing some Solaris packages.
> See http://www.sunfreeware.com/faq.html#q5

--------------A066981BDFC5BFBA118490FD
Content-Type: text/x-vcard; charset=us-ascii;
 name="air.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Tarjeta para Adolfo
Content-Disposition: attachment;
 filename="air.vcf"

begin:vcard 
n:Iglesias Rold�n;Adolfo
tel;fax:983-367564
tel;work:983-367787
x-mozilla-html:FALSE
version:2.1
email;internet:air@tid.es
title:<br><img src="http://tid/images/telefonica.gif"><br>
adr;quoted-printable:;;Parque Tecnol=F3gico de Boecillo=0D=0A;;Boecillo;47151;
fn:Adolfo Iglesias Rold�n
end:vcard

--------------A066981BDFC5BFBA118490FD--

0
Reply Adolfo 1/23/2004 10:17:00 AM

>I have the same problem, before install this packages I don't have the file
>values-Xa.o in my machine. Now I have this file en /usr/lib/sparcv9. Where can
>I dowload the package SUNWxglh? This is the one that I haven't install

>#:>file /usr/lib/sparcv9/values-Xa.o
>/usr/lib/sparcv9/values-Xa.o:   ELF 64-bit MSB relocatable SPARCV9 Version 1

>This is my PATH
>#:>echo $PATH
>/usr/lib/sparcv9:/usr/ccs/bin:/usr/ccs/lib:/usr/include:/usr/local/bin/:/usr/sbi

>n:/usr/bin:.:/opt/cicscli/bin:/usr/lib/sparcv9


The package you need to install is "SUNWarc".


Casper
0
Reply Casper 1/23/2004 10:40:43 AM

Este es un mensaje de varias partes en formato MIME.
--------------908D0EEB231F8E2BD50D9A78
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

I have install the package SUNWarc, I don't

Adolfo


"Casper H.S. Dik" ha escrito:

> >I have the same problem, before install this packages I don't have the file
> >values-Xa.o in my machine. Now I have this file en /usr/lib/sparcv9. Where can
> >I dowload the package SUNWxglh? This is the one that I haven't install
>
> >#:>file /usr/lib/sparcv9/values-Xa.o
> >/usr/lib/sparcv9/values-Xa.o:   ELF 64-bit MSB relocatable SPARCV9 Version 1
>
> >This is my PATH
> >#:>echo $PATH
> >/usr/lib/sparcv9:/usr/ccs/bin:/usr/ccs/lib:/usr/include:/usr/local/bin/:/usr/sbi
>
> >n:/usr/bin:.:/opt/cicscli/bin:/usr/lib/sparcv9
>
> The package you need to install is "SUNWarc".
>
> Casper

--------------908D0EEB231F8E2BD50D9A78
Content-Type: text/x-vcard; charset=us-ascii;
 name="air.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Tarjeta para Adolfo
Content-Disposition: attachment;
 filename="air.vcf"

begin:vcard 
n:Iglesias Rold�n;Adolfo
tel;fax:983-367564
tel;work:983-367787
x-mozilla-html:FALSE
version:2.1
email;internet:air@tid.es
title:<br><img src="http://tid/images/telefonica.gif"><br>
adr;quoted-printable:;;Parque Tecnol=F3gico de Boecillo=0D=0A;;Boecillo;47151;
fn:Adolfo Iglesias Rold�n
end:vcard

--------------908D0EEB231F8E2BD50D9A78--

0
Reply Adolfo 1/23/2004 11:59:16 AM

Este es un mensaje de varias partes en formato MIME.
--------------56F99DBFD6AF51BCE07AADBD
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi

I have this

root@hiperico:>pkginfo -i SUNWarc
system      SUNWarc        Archive Libraries

root@hiperico:>pkginfo -i SUNWarcx
system      SUNWarcx       Archive Libraries (64-bit)

root@hiperico:>ls /usr/lib/values-Xa.o
/usr/lib/values-Xa.o: No such file or directory

root@hiperico:>ls /usr/lib/sparcv9/values-Xa.o
/usr/lib/sparcv9/values-Xa.o

Thanks,

Adolfo ha escrito:

> Hi,
>
> I have install the package SUNWarc, I don't
>
> Adolfo
>
> "Casper H.S. Dik" ha escrito:
>
> > >I have the same problem, before install this packages I don't have the file
> > >values-Xa.o in my machine. Now I have this file en /usr/lib/sparcv9. Where can
> > >I dowload the package SUNWxglh? This is the one that I haven't install
> >
> > >#:>file /usr/lib/sparcv9/values-Xa.o
> > >/usr/lib/sparcv9/values-Xa.o:   ELF 64-bit MSB relocatable SPARCV9 Version 1
> >
> > >This is my PATH
> > >#:>echo $PATH
> > >/usr/lib/sparcv9:/usr/ccs/bin:/usr/ccs/lib:/usr/include:/usr/local/bin/:/usr/sbi
> >
> > >n:/usr/bin:.:/opt/cicscli/bin:/usr/lib/sparcv9
> >
> > The package you need to install is "SUNWarc".
> >
> > Casper

--------------56F99DBFD6AF51BCE07AADBD
Content-Type: text/x-vcard; charset=us-ascii;
 name="air.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Tarjeta para Adolfo
Content-Disposition: attachment;
 filename="air.vcf"

begin:vcard 
n:Iglesias Rold�n;Adolfo
tel;fax:983-367564
tel;work:983-367787
x-mozilla-html:FALSE
version:2.1
email;internet:air@tid.es
title:<br><img src="http://tid/images/telefonica.gif"><br>
adr;quoted-printable:;;Parque Tecnol=F3gico de Boecillo=0D=0A;;Boecillo;47151;
fn:Adolfo Iglesias Rold�n
end:vcard

--------------56F99DBFD6AF51BCE07AADBD--

0
Reply Adolfo 1/23/2004 12:41:59 PM

Este es un mensaje de varias partes en formato MIME.
--------------AEAF68DBB7AF182A97FF03E3
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Thanks everybody,

I have reinstall SUNWarc and now I have the file values-Xa.o under /usr/lib. What is
more, now I have installed make

Adolfo ha escrito:

> Hi
>
> I have this
>
> root@hiperico:>pkginfo -i SUNWarc
> system      SUNWarc        Archive Libraries
>
> root@hiperico:>pkginfo -i SUNWarcx
> system      SUNWarcx       Archive Libraries (64-bit)
>
> root@hiperico:>ls /usr/lib/values-Xa.o
> /usr/lib/values-Xa.o: No such file or directory
>
> root@hiperico:>ls /usr/lib/sparcv9/values-Xa.o
> /usr/lib/sparcv9/values-Xa.o
>
> Thanks,
>
> Adolfo ha escrito:
>
> > Hi,
> >
> > I have install the package SUNWarc, I don't
> >
> > Adolfo
> >
> > "Casper H.S. Dik" ha escrito:
> >
> > > >I have the same problem, before install this packages I don't have the file
> > > >values-Xa.o in my machine. Now I have this file en /usr/lib/sparcv9. Where can
> > > >I dowload the package SUNWxglh? This is the one that I haven't install
> > >
> > > >#:>file /usr/lib/sparcv9/values-Xa.o
> > > >/usr/lib/sparcv9/values-Xa.o:   ELF 64-bit MSB relocatable SPARCV9 Version 1
> > >
> > > >This is my PATH
> > > >#:>echo $PATH
> > > >/usr/lib/sparcv9:/usr/ccs/bin:/usr/ccs/lib:/usr/include:/usr/local/bin/:/usr/sbi
> > >
> > > >n:/usr/bin:.:/opt/cicscli/bin:/usr/lib/sparcv9
> > >
> > > The package you need to install is "SUNWarc".
> > >
> > > Casper

--------------AEAF68DBB7AF182A97FF03E3
Content-Type: text/x-vcard; charset=us-ascii;
 name="air.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Tarjeta para Adolfo
Content-Disposition: attachment;
 filename="air.vcf"

begin:vcard 
n:Iglesias Rold�n;Adolfo
tel;fax:983-367564
tel;work:983-367787
x-mozilla-html:FALSE
version:2.1
email;internet:air@tid.es
title:<br><img src="http://tid/images/telefonica.gif"><br>
adr;quoted-printable:;;Parque Tecnol=F3gico de Boecillo=0D=0A;;Boecillo;47151;
fn:Adolfo Iglesias Rold�n
end:vcard

--------------AEAF68DBB7AF182A97FF03E3--

0
Reply Adolfo 1/23/2004 1:40:04 PM

8 Replies
76 Views

(page loaded in 0.087 seconds)

Similiar Articles:













7/12/2012 2:57:13 AM


Reply: