php / pecl-database-pdo_ibm

PDO driver for IBM databases
http://pecl.php.net/package/pdo_ibm
Apache License 2.0
17 stars 14 forks source link

GitHub Actions CI #6

Closed NattyNarwhal closed 2 years ago

NattyNarwhal commented 2 years ago

This:

NattyNarwhal commented 2 years ago

Beaten into better shape, though the PHP 8.0 failure is bizarre; it's as if it was trying to link it as a normal executable instead of a library?

kadler commented 2 years ago

Beaten into better shape, though the PHP 8.0 failure is bizarre; it's as if it was trying to link it as a normal executable instead of a library?

make V=1?

kadler commented 2 years ago

Seems to be some something weird with libtool. It's calling libtool --mode=compile cc which seems to be not passing the -c flag.