Page MenuHomeDevCentral

Allow to build with BSD make
ClosedPublic

Authored by dereckson on Sat, Feb 7, 13:58.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 27, 20:30
Unknown Object (File)
Wed, Feb 25, 10:18
Unknown Object (File)
Mon, Feb 23, 12:32
Unknown Object (File)
Sun, Feb 22, 22:14
Unknown Object (File)
Sun, Feb 22, 15:22
Unknown Object (File)
Sat, Feb 21, 19:49
Unknown Object (File)
Sat, Feb 21, 14:56
Unknown Object (File)
Sat, Feb 21, 08: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
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.Sat, Feb 7, 13:58
This revision was automatically updated to reflect the committed changes.