|
Home > Archive > Unix administration > March 2007 > Help compiling gcc
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Help compiling gcc
|
|
| jdoe987@gmail.com 2007-03-01, 7:16 pm |
| I am a trying to compiling gcc and would like some help. Specifically
I would like to know how you know if you have a successful make or
not? I assume something would be cretated, etc.
Specifically I am trying to compile gcc4.1.1 on Solaris10 using the
following options:
<path to source code>/configure --prefix=<desired directory> --with-
as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld
--without-gnu-ld -enable-threads=posix
and using gmake
| |
| hasues@gmail.com 2007-03-04, 7:19 pm |
| On Mar 1, 4:34 pm, jdoe...@gmail.com wrote:
> I am a trying to compiling gcc and would like some help. Specifically
> I would like to know how you know if you have a successful make or
> not? I assume something would be cretated, etc.
> Specifically I am trying to compile gcc4.1.1 on Solaris10 using the
> following options:
>
> <path to source code>/configure --prefix=<desired directory> --with-
> as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld
> --without-gnu-ld -enable-threads=posix
>
> and using gmake
Have you read the documentation at gcc.gnu.org as far as documentation
goes for the install (by compilation of source) of gcc?
Haz
| |
|
| On Mar 2, 7:34 am, jdoe...@gmail.com wrote:
> I am a trying to compiling gcc and would like some help. Specifically
> I would like to know how you know if you have a successful make or
> not? I assume something would be cretated, etc.
to know if you have a seccessul make just type gcc -v
> Specifically I am trying to compile gcc4.1.1 on Solaris10 using the
> following options:
>
> <path to source code>/configure --prefix=<desired directory> --with-
> as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld
> --without-gnu-ld -enable-threads=posix
>
> and using gmake
zaher el siddik
|
|
|
|
|