Mail Archives: djgpp/1993/04/27/21:57:31
I downloaded and unpacked BCC2GRX library for djgpp/libgrx package, but
I failed to compile/link bccbgi.c, a test program that came with the bcc2grx
library package. The supplied makefile was not compatible with NDMAKE, so I
could compile after editing the makefile.(in the TEST subdirectory).
The following is the error message I got when I tried to compile/link the test
program 'bccbgi.c':
D:\GCC\CONTRIB\BCC2GRX\TEST>make all
gcc -O -Wall -o bccbgi.ao bccbgi.o ../LIB/libbcc.a -lgrx -lm -s
bccgrx03.o: Undefined symbol __grx_arc_xc referenced from text segment
bccgrx03.o: Undefined symbol __grx_arc_yc referenced from text segment
bccgrx03.o: Undefined symbol __grx_arc_xs referenced from text segment
bccgrx03.o: Undefined symbol __grx_arc_ys referenced from text segment
bccgrx03.o: Undefined symbol __grx_arc_xe referenced from text segment
bccgrx03.o: Undefined symbol __grx_arc_ye referenced from text segment
bccgrx10.o: Undefined symbol __grx_arc_yc referenced from text segment
bccgrx10.o: Undefined symbol __grx_arc_xc referenced from text segment
bccgrx10.o: Undefined symbol __grx_arc_ys referenced from text segment
bccgrx10.o: Undefined symbol __grx_arc_xs referenced from text segment
bccgrx10.o: Undefined symbol __grx_arc_ye referenced from text segment
bccgrx10.o: Undefined symbol __grx_arc_xe referenced from text segment
bccgrx10.o: Undefined symbol __grx_arc_yc referenced from text segment
bccgrx10.o: Undefined symbol __grx_arc_xc referenced from text segment
*** Error code 1
I checked that LIBGRX library is properly installed (by make install) and
working, but I couldn't figure out what is the problem about the above error.
Since I couldn't find the above undefined symbols anywhere except in the
BCC2GRX library sources, I guess they should have been defined in the BCC2GRX
library. Or, I might omit something in installation.
Can anybody help me?
Thanks in advance.
Wonkoo Kim
EE, U. of Pittsburgh
wkim AT vms DOT cis DOT pitt DOT edu
- Raw text -