Actions
Bug #1356
closednew makefile gives problems on mac
Start date:
02/16/2011
Due date:
% Done:
100%
Estimated time:
Description
gcc pedantic -Wall -I. -o tracking_cluster.o -c tracking_cluster.c -static -fPIC//ccJhuCJy.s:3224:FATAL:incompatible feature used: section type symbol_stubs (must specify "-dynamic" to be used)
tracking_cluster.c:116:5: warning: C++ style comments are not allowed in ISO C90
tracking_cluster.c:116:5: warning: (this will be reported only once per input file)
/var/folders/J0/J0gzrIFEE78YCYVmtPQtRE+++TI/-Tmp
make: *** [tracking_cluster.o] Error 1
Updated by Legay Eric almost 14 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Bug is fix in r12.
Now welook for Darwin instead of Power Mac in the configure script.
Problem could occur again if Apple change Darwin to an other name.
Actions