[Prev][Next][Index][Thread]

13: # error architecture not supported by the Linux C library



Usualy, when I run make depend on my program, I get: 

13: # error architecture not supported by the Linux C library

for example, after running 
 
makedepend -I /usr/include/g++/ an_entry_in_customers_data_base.cc
binary_tree.cc customers_data_base.cc get_an_input_line.cc main.cc

I got:

makedepend: warning:  an_entry_in_customers_data_base.cc: 13: # error
architecture not supported by the Linux C library

This particular one was obtained when I added
an_entry_in_customers_data_base.cc. But it seems that I got something
like it for almost each file on the list.
The program seems to operate as expected.
The gcc version is 2.7.2.

Can you explain me why do I get this warning and how to fix it ?