Bug 19259 - kernel fails compilation for NON-SMP due to undefined symbols
Summary: kernel fails compilation for NON-SMP due to undefined symbols
Keywords:
Status: CLOSED DUPLICATE of bug 19260
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael K. Johnson
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-17 15:07 UTC by Bassem Jamaleddine
Modified: 2007-04-18 16:29 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-10-17 15:07:43 UTC
Embargoed:


Attachments (Terms of Use)

Description Bassem Jamaleddine 2000-10-17 15:07:41 UTC
The smp.h  header file defines symbols used during the 'make of the
kernel', if
not defined the Makefile exit due to an error. To remedy the problem, 
either define
the __SMP__ by passing it on the command line, or edit the smp.h file and
delete
the '#ifdef  __SMP__'  with its #endif.

Comment 1 Alan Cox 2000-10-17 15:45:46 UTC

*** This bug has been marked as a duplicate of 19260 ***


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