Bug 49494

Summary: gcc does not accept the -g option.
Product: [Retired] Red Hat Linux Reporter: Need Real Name <tarjei.huse>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED WORKSFORME QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-07-20 10:27:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.