Page MenuHomeDevCentral

Allow to build with BSD make
ClosedPublic

Authored by dereckson on Feb 7 2026, 13:58.
Tags
None
Referenced Files
F34971567: D3913.id10143.diff
Sat, Jul 4, 18:30
F34970871: D3913.id10142.diff
Sat, Jul 4, 17:13
F34969107: D3913.diff
Sat, Jul 4, 14:58
F34968661: D3913.id10143.diff
Sat, Jul 4, 14:13
Unknown Object (File)
Fri, Jul 3, 22:12
Unknown Object (File)
Fri, Jul 3, 19:00
Unknown Object (File)
Wed, Jul 1, 07:28
Unknown Object (File)
Fri, Jun 26, 22:25
Subscribers
None

Details

Summary

The linker step doesn't include the fbsql compiled object code.

This fixes the following issue when built with BSD Make:
cannot find symbol "Fbsql_Init": Undefined symbol "_Fbsql_Init"

This is a follow-up for 0dfc69538776.

Test Plan
  • make then load in TCL interpreter with load ./fbsql.so
  • gmake then load

Diff Detail

Repository
rFBSQL fbsql
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Feb 7 2026, 13:58
This revision was automatically updated to reflect the committed changes.