|
List Info
Thread: g77 on Jaguar
|
|
| g77 on Jaguar |

|
2006-09-14 21:12:17 |
Hello!
I am trying to install g77 on Mac OS 10.2.8. I have already
installed
gcc via Developer Tools 1.0 (the most recent that works on
Jaguar, I
think):
$ gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs
Thread model: posix
Apple Computer, Inc. GCC version 1175, based on gcc version
3.1
20020420 (prerelease)
and I tried
fink install g77.
The configuration goes through, and it starts to compile,
but then it
gets to this:
gcc -c -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0
-DIN_GCC
-W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes
-pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -I.
-I.
-I../../gcc-3.4-20031015/gcc -I../../gcc-3.4-20031015/gcc/.
-I../../gcc-3.4-20031015/gcc/../include -I/sw/include
../../gcc-3.4-20031015/gcc/ggc-common.c -o ggc-common.o
../../gcc-3.4-20031015/gcc/ggc-common.c: In function
`ggc_rlimit_bound':
../../gcc-3.4-20031015/gcc/ggc-common.c:690: storage size of
`rlim'
isn't known
../../gcc-3.4-20031015/gcc/ggc-common.c:690: warning: unused
variable
`rlim'
make[2]: *** [ggc-common.o] Error 1
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2
### execution of /var/tmp/tmp.2.V3FT4n failed, exit code 2
Failed: compiling g77-3.4-20031015 failed
Any suggestions? (I'm not very fluent in Fink or UNIX, so
please use
small words.)
Thanks,
-- pwf
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-beginners mailing list
Fink-beginners lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-beg
inners
|
|
| g77 on Jaguar |

|
2006-09-14 21:57:46 |
On 9/14/06, Paul W. Fontana <fontanap seattleu.edu> wrote:
> Hello!
>
> I am trying to install g77 on Mac OS 10.2.8. I have
already installed
> gcc via Developer Tools 1.0 (the most recent that works
on Jaguar, I
> think):
> $ gcc -v
> Reading specs from
/usr/libexec/gcc/darwin/ppc/3.1/specs
> Thread model: posix
> Apple Computer, Inc. GCC version 1175, based on gcc
version 3.1
> 20020420 (prerelease)
>
> and I tried
> fink install g77.
>
> The configuration goes through, and it starts to
compile, but then it
> gets to this:
> gcc -c -g -no-cpp-precomp
-DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC
> -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes
> -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H
-I. -I.
> -I../../gcc-3.4-20031015/gcc
-I../../gcc-3.4-20031015/gcc/.
> -I../../gcc-3.4-20031015/gcc/../include -I/sw/include
> ../../gcc-3.4-20031015/gcc/ggc-common.c -o ggc-common.o
> ../../gcc-3.4-20031015/gcc/ggc-common.c: In function
`ggc_rlimit_bound':
> ../../gcc-3.4-20031015/gcc/ggc-common.c:690: storage
size of `rlim'
> isn't known
> ../../gcc-3.4-20031015/gcc/ggc-common.c:690: warning:
unused variable
> `rlim'
> make[2]: *** [ggc-common.o] Error 1
> make[1]: *** [stage1_build] Error 2
> make: *** [bootstrap] Error 2
> ### execution of /var/tmp/tmp.2.V3FT4n failed, exit
code 2
> Failed: compiling g77-3.4-20031015 failed
>
> Any suggestions? (I'm not very fluent in Fink or
UNIX, so please use
> small words.)
>
> Thanks,
>
> -- pwf
>
I'd recommend going with a binary install instead: it's
the same version:
http:/
/pdb.finkproject.org/pdb/package.php/g77
If you do
sudo apt-get install g77
That -should- do it.
--
Alexander K. Hansen
Fink Documenter (still)
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-beginners mailing list
Fink-beginners lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-beg
inners
|
|
| g77 on Jaguar |

|
2006-09-14 23:03:08 |
Thanks, Alex -- that worked!
-- pwf
On Sep 14, 2006, at 2:57 PM, Alexander Hansen wrote:
> On 9/14/06, Paul W. Fontana <fontanap seattleu.edu> wrote:
>> Hello!
>>
>> I am trying to install g77 on Mac OS 10.2.8. I
have already installed
>> gcc via Developer Tools 1.0 (the most recent that
works on Jaguar, I
>> think):
>> $ gcc -v
>> Reading specs from
/usr/libexec/gcc/darwin/ppc/3.1/specs
>> Thread model: posix
>> Apple Computer, Inc. GCC version 1175, based on gcc
version 3.1
>> 20020420 (prerelease)
>>
>> and I tried
>> fink install g77.
>>
>> The configuration goes through, and it starts to
compile, but then it
>> gets to this:
>> gcc -c -g -no-cpp-precomp
-DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC
>> -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes
>> -pedantic -Wno-long-long -fno-common
-DHAVE_CONFIG_H -I. -I.
>> -I../../gcc-3.4-20031015/gcc
-I../../gcc-3.4-20031015/gcc/.
>> -I../../gcc-3.4-20031015/gcc/../include
-I/sw/include
>> ../../gcc-3.4-20031015/gcc/ggc-common.c -o
ggc-common.o
>> ../../gcc-3.4-20031015/gcc/ggc-common.c: In
function
>> `ggc_rlimit_bound':
>> ../../gcc-3.4-20031015/gcc/ggc-common.c:690:
storage size of `rlim'
>> isn't known
>> ../../gcc-3.4-20031015/gcc/ggc-common.c:690:
warning: unused variable
>> `rlim'
>> make[2]: *** [ggc-common.o] Error 1
>> make[1]: *** [stage1_build] Error 2
>> make: *** [bootstrap] Error 2
>> ### execution of /var/tmp/tmp.2.V3FT4n failed, exit
code 2
>> Failed: compiling g77-3.4-20031015 failed
>>
>> Any suggestions? (I'm not very fluent in Fink or
UNIX, so please use
>> small words.)
>>
>> Thanks,
>>
>> -- pwf
>>
>
> I'd recommend going with a binary install instead:
it's the same
> version:
>
> http:/
/pdb.finkproject.org/pdb/package.php/g77
>
> If you do
>
> sudo apt-get install g77
>
> That -should- do it.
> --
> Alexander K. Hansen
> Fink Documenter (still)
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-beginners mailing list
Fink-beginners lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-beg
inners
|
|
| g77 on Jaguar |

|
2006-09-15 07:49:40 |
Paul Fontana wrote:
> Thanks, Alex -- that worked!
OTOH, the error you got might hint at an incomplete
installation of your
developer tools. Look if you have the file
/usr/include/sys/resource.h
If not, you need to [re]install the DevSDK.pkg from the
developer tools
disk.
[]
>>> ../../gcc-3.4-20031015/gcc/ggc-common.c:690:
storage size of `rlim'
>>> isn't known
>>> ../../gcc-3.4-20031015/gcc/ggc-common.c:690:
warning: unused variable
>>> `rlim'
--
Martin
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-beginners mailing list
Fink-beginners lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-beg
inners
|
|
| g77 on Jaguar |

|
2006-09-15 07:49:40 |
Paul Fontana wrote:
> Thanks, Alex -- that worked!
OTOH, the error you got might hint at an incomplete
installation of your
developer tools. Look if you have the file
/usr/include/sys/resource.h
If not, you need to [re]install the DevSDK.pkg from the
developer tools
disk.
[]
>>> ../../gcc-3.4-20031015/gcc/ggc-common.c:690:
storage size of `rlim'
>>> isn't known
>>> ../../gcc-3.4-20031015/gcc/ggc-common.c:690:
warning: unused variable
>>> `rlim'
--
Martin
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-beginners mailing list
Fink-beginners lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-beg
inners
|
|
| g77 on Jaguar |

|
2006-09-15 07:49:40 |
Paul Fontana wrote:
> Thanks, Alex -- that worked!
OTOH, the error you got might hint at an incomplete
installation of your
developer tools. Look if you have the file
/usr/include/sys/resource.h
If not, you need to [re]install the DevSDK.pkg from the
developer tools
disk.
[]
>>> ../../gcc-3.4-20031015/gcc/ggc-common.c:690:
storage size of `rlim'
>>> isn't known
>>> ../../gcc-3.4-20031015/gcc/ggc-common.c:690:
warning: unused variable
>>> `rlim'
--
Martin
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-beginners mailing list
Fink-beginners lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-beg
inners
|
|
| g77 on Jaguar |

|
2006-09-15 07:49:40 |
Paul Fontana wrote:
> Thanks, Alex -- that worked!
OTOH, the error you got might hint at an incomplete
installation of your
developer tools. Look if you have the file
/usr/include/sys/resource.h
If not, you need to [re]install the DevSDK.pkg from the
developer tools
disk.
[]
>>> ../../gcc-3.4-20031015/gcc/ggc-common.c:690:
storage size of `rlim'
>>> isn't known
>>> ../../gcc-3.4-20031015/gcc/ggc-common.c:690:
warning: unused variable
>>> `rlim'
--
Martin
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-beginners mailing list
Fink-beginners lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-beg
inners
|
|
[1-7]
|
|