hakonhagland / perl-math-gsl

Building Math::GSL with GitHub Actions
1 stars 2 forks source link

Handle platforms where char is unsigned #27

Closed hakonhagland closed 2 months ago

hakonhagland commented 2 months ago

For example, on the aarch64 platform the C type "char" is unsigned. This has implications for which functions will be included in libgsl.so. For instance, on platforms where "char" is unsigned, the function gsl_matrix_char_norm1 will be missing from libgsl.so.