Hello,
I am having problems getting GPC 2.1 20020510 to install correctly. It compiles with no errors, but when I try to compile a program with it, I get numerous unresolved references when I try to use one of the builtin units. In this example, the unit is CRT. It seems that every routine that I use in CRT generates an unresolved reference.
strata:/root 1025 ### ->gcc -v Using builtin specs. gcc version 2.95.3 20010315 (release) [FreeBSD] strata:/root 1026 ### ->gmake --version GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for i386-portbld-freebsd4.5 Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Report bugs to bug-make@gnu.org.
strata:/root 1027 ### ->
Daniel Rudy wrote:
I am having problems getting GPC 2.1 20020510 to install correctly. It compiles with no errors, but when I try to compile a program with it, I get numerous unresolved references when I try to use one of the builtin units. In this example, the unit is CRT. It seems that every routine that I use in CRT generates an unresolved reference.
Use `--automake' on the GPC command line.
If that doesn't help, please post exact error messages.
Frank