If I were to write a library for a C-incompatible language (like D), where would be the best place to install my "header files" to?
usr/include seems like a bad idea, since the FHS says it's for "header files included by C programs."
|
If I were to write a library for a C-incompatible language (like D), where would be the best place to install my "header files" to?
|
|||
|
|
|
You define your own conventions, but I'd indeed stay away from
Still in the FHS spirit, I'd tend to use |
|||||
|
|
I'd say |
|||
|
|