Bug 49494 - gcc does not accept the -g option.
Summary: gcc does not accept the -g option.
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: gcc
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-07-20 10:03 UTC by Need Real Name
Modified: 2007-04-18 16:34 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-07-20 10:27:57 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2001-07-20 10:03:09 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.2) Gecko/20010628

Description of problem:
In many programes I've tried compiling, the -g option does not work. I have
to remove this option to make the prog. work correctly. After doing that
the programe compiles.

How reproducible:
Sometimes

Steps to Reproduce:
1. download samba-tng or cyrus-imapd or midgard (www.midgard-project.org)
2. ./configure ..
3. make
	

Actual Results:  I get an errormessage saying "-g option not supported" or
something.


Expected Results:  make should run normally.

Additional info:

Comment 1 Jakub Jelinek 2001-07-20 10:27:49 UTC
Can you please provide exact error messages from which it will be clear which
program complains about what and if possible command which was used for it.
gcc certainly supports -g, I use it every day and a big part of the distribution
is built with -g too (and stripped where needed).

Comment 2 Jakub Jelinek 2001-09-06 17:19:04 UTC
CLosed due to inactivity.


Note You need to log in before you can comment on or make changes to this bug.