This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: 64-bit OS with gcc 2.95.2


On Oct 13, 2000, pkurpis@keck.hawaii.edu (Peter Kurpis) wrote:

> gcc 2.95.2 is a 32-bit compiler.  Should I expect
> problems making system calls, or library calls, into
> Solaris 2.7 native?  (i.e. pointer problems)

Nope.  If you get errors in system routines (malloc, just to pick a
common example), it's usually the case that your program corrupted
data structures.  The change from one OS to another may have caused
things to end up in different positions of memory, and a hidden bug
ended up exposed.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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