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: Problems with reading PDF via VBScript - comp.text.pdfHi everyone, I'm trying to read the number of pages from a .PDF-document. I have over 200 pdf-documents and want to make an inventory. I have tried... Pleae help..... Could not start Apachectl "Cannot find ELF" - comp ...Simple code encryption (xor) problem - comp.lang.asm.x86 ..... the info how since I've noticed it can help >in start to ... bit applies to pages so viruses/trojans ... Make a simple 4 row by 4 column scratch pad. - comp.lang.java.help ...Hi All, I am using Windows XP and jdk1.6.0_16 On a JPanel, I want to make a simple 4 rows by 4 columns: a grid/ "scratch pad" that I can list two ... Please, I need help with a mpeg layer 1 decoder in vhdl - comp ...I need to make a mpeg layer1 decoder description in vhdl and I don't find any information. Can somebody help me? ... A Little Help - Transparent Background - comp.graphics.apps.paint ...How to Make Image Background Transparent in Photoshop - Yahoo ... New User? Register; Sign In; Help ... methods to remove the background from an image is to make the image ... Help with message handler please: - comp.sys.hp48In Debug4x I have created an informbox with three choices: 1. Checkbox to select "None" 2. Checkbox to select "At Startup" 3. Checkbox to select "... Makefile:how to force exit and show usage msg? - comp.unix ...help is not a file in my current directory. if I run make -n platform=foo then I can see that the usage file is NOT being created. But, when I run make -n platform=linux ... Using xlswrite command to create new blank file - comp.soft-sys ...So you'd need to make sure nothing's using it (or the data in it ... Help!/tmp file system full, swap space limit ... With a single command, your new tmpfs /tmp ... Re Drop statement in global declaration - comp.soft-sys.sas ...... where = (x not in ( 4 5 6 )) ; Of course SAS does not know where to apply this subsetting, so you do have to help with an indication in your code. First lets make some ... Help with building NTP-4.2.0 - comp.protocols.time.ntpHi Zeke! I am not sure, but I guess you can compile ntp without IPv6 support. Just take a look at the possible configure - options (./configure --help), something ... 911 help with making a speechHow to overcome the fear of speaking in public; how to prepare and deliver a speech in minutes with confidence and authority. Making Home AffordableMaking Home Affordable has real help to offer, but you must contact your mortgage company or a housing expert to take action. The sooner you do, the sooner you can get on ... 7/12/2012 2:57:13 AM
|