Xref: utzoo comp.lang.c:6966 comp.lang.c++:747 Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!pasteur!cory.Berkeley.EDU!schung From: schung@cory.Berkeley.EDU (Stephen the Greatest) Newsgroups: comp.lang.c,comp.lang.c++ Subject: N_TXTADDR and N_DATADDR Message-ID: <415@pasteur.Berkeley.Edu> Date: 28 Jan 88 21:30:07 GMT Sender: news@pasteur.Berkeley.Edu Reply-To: schung@cory.Berkeley.EDU (Stephen the Greatest) Organization: University of California, Berkeley Lines: 20 I was recently trying to compile the GNU C++ (g++) and came up with some undefined functions (or macros?) in ld.c. The two symbols: N_TXTADDR (x) N_DATADDR (x) are not defined in ; only N_TXTOFF(x) etc. are defined. I am not sure why they put it in there, but anybody who can shed light on this? Also, I successfully compiled g++, c++, gnulib+, crt0+.o, crt1+.o, cpp+, but NOT ld+. However, the compiler seems to run without ld+ and gives an a.out file. Seems that the ld process was spawned instead of ld+ when I looked at it in ps. The a.out gave me a core dump. - Stephen