This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

go32-nat.c compilation problem


Pierre Muller writes:
 > 
 >   Trying to compile go32-nat.c I ran into the problem that
 > that file uses fatal function which is not defined anymore in gdb directory !
 > 
 >   Replacing it by error allowed me to compile the code but 
 > what should be the replacement of fatal function ??
 > 
 > 
 > Pierre Muller
 > Institut Charles Sadron
 > 6,rue Boussingault
 > F 67083 STRASBOURG CEDEX (France)
 > mailto:muller@ics.u-strasbg.fr
 > Phone : (33)-3-88-41-40-07  Fax : (33)-3-88-41-40-99

I believe you need to change fatal() to internal_error().

Elena Zannoni

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]