[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gcl-devel] gcl-cvs, Tiger: problem in plt.h
From: |
Clemens Heitzinger |
Subject: |
[Gcl-devel] gcl-cvs, Tiger: problem in plt.h |
Date: |
Tue, 10 May 2005 20:22:05 -0700 |
There is a problem in plt.h:
gcc -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-
pointer -I/Users/Clemens/src/gcl-cvs/o -I../h -I../gcl-tk plt.c
In file included from plt.c:44:
plt.h:1: error: '__mcount' undeclared here (not in a function)
plt.h:1: error: initializer element is not constant
plt.h:1: error: (near initialization for 'mplt[0].ad')
plt.h:1: error: initializer element is not constant
plt.h:1: error: (near initialization for 'mplt[0]')
plt.h:2: error: '_getc' undeclared here (not in a function)
plt.h:2: error: initializer element is not constant
plt.h:2: error: (near initialization for 'mplt[1].ad')
plt.h:2: error: initializer element is not constant
plt.h:2: error: (near initialization for 'mplt[1]')
plt.h:3: error: '_putc' undeclared here (not in a function)
plt.h:3: error: initializer element is not constant
plt.h:3: error: (near initialization for 'mplt[2].ad')
plt.h:3: error: initializer element is not constant
plt.h:3: error: (near initialization for 'mplt[2]')
plt.h:4: error: initializer element is not constant
plt.h:4: error: (near initialization for 'mplt[3]')
make[1]: *** [plt.o] Error 1
make: *** [unixport/saved_pre_gcl] Error 2
- [Gcl-devel] gcl-cvs, Tiger: problem in plt.h,
Clemens Heitzinger <=