>>>> "David" == David Bush
<david.bush(a)adn.alcatel.com> writes:
David> I'm trying to get Xemacs to build on DG/UX using the GCC that is supplied
David> with the O/S. I have made a few minor modifications to configure
David> and some header files. I've run into one more problem with configure
and/or
David> the Makefiles and I cannot figure out how to create a reasonable correction.
David> The problem is that libgcc.a is assumed to be at /usr/lib/gcc/libgcc.a.
David> Unfortunately, DG has decided to put it at /usr/lib/libgcc.a. The
David> command gcc -print-libgcc-file-name returns the correct location, but
David> apparently configure does not use this for DG/UX. How could this be
David> corrected?
The first thing I tend to try is to define ORDINARY_LINK in the s&m
files, as this will resolve a number of porting headaches if it works.
If you can't get dumping to work, take a look at how RMSmacs does it.
Or give me a guest account...
Good Luck!
Martin