Page MenuHomeDevCentral

Allow to build with BSD make
ClosedPublic

Authored by dereckson on Feb 7 2026, 13:58.
Tags
None
Referenced Files
F25012617: D3913.id10142.diff
Wed, Mar 25, 05:56
Unknown Object (File)
Tue, Mar 24, 14:28
Unknown Object (File)
Tue, Mar 24, 00:02
Unknown Object (File)
Mon, Mar 16, 17:24
Unknown Object (File)
Mon, Mar 16, 04:50
Unknown Object (File)
Mon, Mar 16, 01:57
Unknown Object (File)
Mon, Mar 16, 01:37
Unknown Object (File)
Wed, Mar 11, 01:57
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.