This is the mail archive of the gcc@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: can't resolve symbol '__register_frame_info'


Ian Lance Taylor wrote:

>  If you examine the commands that libtool executes, and examine the
> output of gcc -v using both gcc and egcs, perhaps it will become clear
> what is happening.

"clear" is in the eyes of the beholder :-)If you or anyone can point at this and
say, "Ah, ha!  right there you misconfigured..."
I would be very grateful.  Otherwise, I must ensure that I use "ld" instead of
/usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/egcs-2.91.34/collect2


 > gcc -v -g -O2 -o .libs/autogen autogen.o opts.o agDirect.o agEmit.o agEval.o
...
Reading specs from /usr/lib/gcc-lib/i486-linux/2.7.2.1/specs
gcc version 2.7.2.1
 ld -m elf_i386 -dynamic-linker /lib/ld-linux.so.1 -o .libs/autogen
/usr/lib/crt1.o \
/usr/lib/crti.o /usr/lib/crtbegin.o -L/usr/lib/gcc-lib/i486-linux/2.7.2.1 \
autogen.o opts.o agDirect.o agEmit.o agEval.o agExpr.o agFunCase.o agFunFor.o \
agFunIf.o agFunOut.o agFunc.o agGetDef.o agParse.o agLex.o agPrint.o agReduce.o
\
agShell.o agTempl.o escapech.o tokenize.o \
--rpath /usr/local/lib ../autoopts/.libs/libopts.so -lgcc -lc -lgcc
/usr/lib/crtend.o /usr/lib/crtn.o

> ./autogen --version
autogen - Automated Text Generation - Ver. 4.2-2


> egcs -v -g -O2 -o .libs/autogen autogen.o opts.o agDirect.o agEmit.o
agEval....
Reading specs from
/usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/egcs-2.91.34/specs
gcc version egcs-2.91.34 19980602 (gcc2 ss-980502 experimental)
 /usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/egcs-2.91.34/collect2 \
-m elf_i386 -dynamic-linker /lib/ld-linux.so.1 -o .libs/autogen /usr/lib/crt1.o
\
/usr/lib/crti.o
/usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/egcs-2.91.34/crtbegin.o \
-L/usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/egcs-2.91.34 \
-L/usr/local/i586-pc-linux-gnulibc1/lib \
-L/usr/local/lib autogen.o opts.o agDirect.o agEmit.o agEval.o agExpr.o
agFunCase.o \
agFunFor.o agFunIf.o agFunOut.o agFunc.o agGetDef.o agParse.o agLex.o agPrint.o
\
agReduce.o agShell.o agTempl.o escapech.o tokenize.o \
--rpath /usr/local/lib ../autoopts/.libs/libopts.so -lgcc -lc -lgcc \
/usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/egcs-2.91.34/crtend.o
/usr/lib/crtn.o

> ./autogen --version
autogen: can't resolve symbol '__register_frame_info'


--
Bruce Korb                      | Data Design Systems, Inc.
Korbb at DataDesign dot com     | 45 Cabot Dr., Suite 110
Voice:  408-260-0280            | Santa Clara,  CA   95051
Fax:    408-260-0281            | USA





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