Home » U++ Library support » U++ SQL » PostgreSQL and clang: error: linker command failed with exit code 1 on MacOS X
Re: PostgreSQL and clang: error: linker command failed with exit code 1 on MacOS X [message #59002 is a reply to message #58996] |
Mon, 10 October 2022 16:21  |
coolman
Messages: 119 Registered: April 2006 Location: Czech Republic
|
Experienced Member |
|
|
Hi,
There is missing library configuration for mac in PostgreSQL package. Right click on the PostgreSQL package -> Package organizer and set the missing link configuration for mac.
But there are other issues with PostgreSQL when you are using PosttgreSQLSchema
- wrong definition of BOOL(x), BOOL_ARRAY(x, items), BOOL(x)_, BOOL_ARRAY(x, items)_ => "char(1)" should be "boolean"
- wrong definition of REFERENCES_(n, x) and REFERENCES_CASCADE_(n, x)
see the PostgreSQL: Update schema
BR, Radek
|
|
|
Goto Forum:
Current Time: Fri Aug 01 14:54:48 CEST 2025
Total time taken to generate the page: 0.08089 seconds
|