Page MenuHomeDevCentral

Allow to build with BSD make
ClosedPublic

Authored by dereckson on Feb 7 2026, 13:58.
Tags
None
Referenced Files
F44804358: D3913.diff
Tue, Aug 18, 19:29
F44762709: D3913.id10143.diff
Tue, Aug 18, 15:15
F44762679: D3913.id10142.diff
Tue, Aug 18, 15:14
F44736568: D3913.diff
Tue, Aug 18, 12:25
F44736562: D3913.diff
Tue, Aug 18, 12:25
F44713204: D3913.diff
Tue, Aug 18, 09:30
Unknown Object (File)
Sun, Aug 16, 21:46
Unknown Object (File)
Sun, Aug 2, 13:40
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
No Lint Coverage
Unit
No Test Coverage
Branch
main
Build Status
Buildable 6246
Build 6530: arc lint + arc unit

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.