public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc 4.8.2 - YOU DIDN'T REPLY ON MY E-MAIL
@ 2013-11-18  0:52 Plamen Peshev
  2013-11-18  3:47 ` ketmar
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Plamen Peshev @ 2013-11-18  0:52 UTC (permalink / raw)
  To: gcc-help

YOU SCUMBAGS WHO MAKE THIS SHITS gcc.
YOUR FUCKING, SHITS MANUAL ARE LIKE YOU STUPID SCUMBAGS.

YOUR MANUALS:
-mcpu=cpu-type
 Tune to cpu-type everything applicable about the generated code,
except for the ABI and the set of available instructions. The choices
for cpu-type are `i386', `i486', `i586', `i686', `pentium',
`pentium-mmx', `pentiumpro', `pentium2', `pentium3', `pentium4',
`prescott', `nocona', `k6', `k6-2', `k6-3', `athlon', `athlon-tbird',
`athlon-4', `athlon-xp', `athlon-mp', `winchip-c6', `winchip2' and
`c3'.

THE REAL FROM YOU FUCKING, SHITS MANUALS:
bond-MacBook:objdir test$ $PWD/../Downloads/gcc-4.8.2/configure -mcpu=i686
configure: error: unrecognized option: `-mcpu=i686'
Try `/Users/test/objdir/../Downloads/gcc-4.8.2/configure --help' for
more information.
bond-MacBook:objdir test$ $PWD/../Downloads/gcc-4.8.2/configure -mcpu=cpu-i686
configure: error: unrecognized option: `-mcpu=cpu-i686'
Try `/Users/test/objdir/../Downloads/gcc-4.8.2/configure --help' for
more information.
bond-MacBook:objdir test$ $PWD/../Downloads/gcc-4.8.2/configure -mcpu=i686
configure: error: unrecognized option: `-mcpu=i686'
Try `/Users/test/objdir/../Downloads/gcc-4.8.2/configure --help' for
more information.
bond-MacBook:objdir test$ $PWD/../Downloads/gcc-4.8.2/configure -mcpui686
configure: error: unrecognized option: `-mcpui686'
Try `/Users/bond/objdir/../Downloads/gcc-4.8.2/configure --help' for
more information.
bond-MacBook:objdir test$ $PWD/../Downloads/gcc-4.8.2/configure -mcpu=i686

BUT HOW THIS IS GONNA WORK, NO IT WILL NOT GONNA WORK WHEN STUPID
SHITS, FUCKING MOTHERFUCKERS WOMENS AND MENS SCUMBAGS ARE LYING.

IF SOMEONE COME AND TELL YOU ONE DOLLAR YOU WILL THINK THIS ARE TWO
DOLLARDS TIPICAL FOR YOU SHITS. I LOST 1 TOTAL DAY TO COMPILE gcc AND
NOW IT GIVE ME

bond-MacBook:bin test$ ./gcc /?
ld: warning: ignoring file /1, file was built for unsupported file
format which is not the architecture being linked (i386)
Undefined symbols for architecture i386:
  "_main", referenced from:
      start in crt1.10.6.o
ld: symbol(s) not found for architecture i386
collect2: error: ld returned 1 exit status

AND I WILL TELL YOU WHY IT GIVE ME, BECOUSE YOUR SHITS, FUCKIND
SCUMBAGS MANUALS ARE LIKE YOU SHITS, FUCKING SCUMBAGS.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gcc 4.8.2 - YOU DIDN'T REPLY ON MY E-MAIL
  2013-11-18  0:52 gcc 4.8.2 - YOU DIDN'T REPLY ON MY E-MAIL Plamen Peshev
@ 2013-11-18  3:47 ` ketmar
  2013-11-18  9:58   ` Adrien Nader
  2013-11-18 11:07 ` Jonathan Wakely
  2013-11-18 18:11 ` Thomas Dineen
  2 siblings, 1 reply; 5+ messages in thread
From: ketmar @ 2013-11-18  3:47 UTC (permalink / raw)
  To: gcc-help

[-- Attachment #1: Type: text/plain, Size: 108 bytes --]

On Mon, 18 Nov 2013 01:27:35 +0100
Plamen Peshev <otkadeto@gmail.com> wrote:

a typical mac owner, heh.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gcc 4.8.2 - YOU DIDN'T REPLY ON MY E-MAIL
  2013-11-18  3:47 ` ketmar
@ 2013-11-18  9:58   ` Adrien Nader
  0 siblings, 0 replies; 5+ messages in thread
From: Adrien Nader @ 2013-11-18  9:58 UTC (permalink / raw)
  To: ketmar; +Cc: gcc-help

On Mon, Nov 18, 2013, ketmar wrote:
> On Mon, 18 Nov 2013 01:27:35 +0100
> Plamen Peshev <otkadeto@gmail.com> wrote:
> 
> a typical mac owner, heh.

Well, there's the '/?' too:
> bond-MacBook:bin test$ ./gcc /?

Which is even funnier because that means there is a directory named "/1"
on this machine and without it, the error message would have been
completely different. :) 

-- 
Adrien Nader

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gcc 4.8.2 - YOU DIDN'T REPLY ON MY E-MAIL
  2013-11-18  0:52 gcc 4.8.2 - YOU DIDN'T REPLY ON MY E-MAIL Plamen Peshev
  2013-11-18  3:47 ` ketmar
@ 2013-11-18 11:07 ` Jonathan Wakely
  2013-11-18 18:11 ` Thomas Dineen
  2 siblings, 0 replies; 5+ messages in thread
From: Jonathan Wakely @ 2013-11-18 11:07 UTC (permalink / raw)
  To: Plamen Peshev; +Cc: gcc-help

On 18 November 2013 00:27, Plamen Peshev wrote:
> bond-MacBook:objdir test$ $PWD/../Downloads/gcc-4.8.2/configure -mcpu=i686
> configure: error: unrecognized option: `-mcpu=i686'

The manual describes options for using GCC, not configuring it.

You should be looking at http://gcc.gnu.org/install/ instead.  The
configuration section describes the --with-cpu option for use during
configuration.

> bond-MacBook:bin test$ ./gcc /?
> ld: warning: ignoring file /1, file was built for unsupported file

GCC does not print help with /?, because ? is a shell wildcard. You
probably want "gcc --help" which is the convention on UNIX-like
systems where GCC originated.

Please let us know if you have suggestions for improving the
documentation to help angry people who blame others because they don't
understand the tools they're using.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gcc 4.8.2 - YOU DIDN'T REPLY ON MY E-MAIL
  2013-11-18  0:52 gcc 4.8.2 - YOU DIDN'T REPLY ON MY E-MAIL Plamen Peshev
  2013-11-18  3:47 ` ketmar
  2013-11-18 11:07 ` Jonathan Wakely
@ 2013-11-18 18:11 ` Thomas Dineen
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Dineen @ 2013-11-18 18:11 UTC (permalink / raw)
  To: gcc-help, otkadeto

Plamen Peshev

    You will find the folks on this reflector to be quite helpful
if you as your questions in a polite and professional manor.

     Please examine the gcc website for directions on how
to build and install the gcc software.

Thomas Dineen

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-18 17:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-18  0:52 gcc 4.8.2 - YOU DIDN'T REPLY ON MY E-MAIL Plamen Peshev
2013-11-18  3:47 ` ketmar
2013-11-18  9:58   ` Adrien Nader
2013-11-18 11:07 ` Jonathan Wakely
2013-11-18 18:11 ` Thomas Dineen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).