This is a discussion on Re: Home dir changes have broken MSVC builds within the pgsql Hackers forums, part of the PostgreSQL category; --> Andrew Dunstan <andrew@dunslane.net> writes: > Creating library .\Release\libpqdll.lib and object .\Release\libpqdll.exp > libpq.lib(fe-connect.obj) : error LNK2019: unresolved external symbol ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Andrew Dunstan <andrew@dunslane.net> writes: > Creating library .\Release\libpqdll.lib and object .\Release\libpqdll.exp > libpq.lib(fe-connect.obj) : error LNK2019: unresolved external symbol > __imp__SHGetSpecialFolderPathA@16 referenced in function _pqGetHomeDirectory > .\Release\libpq.dll : fatal error LNK1120: 1 unresolved externals One part of the home-dir change involved adding shell32.dll (I think) to the link commands for libpq and/or psql. Probably this needs to propagate into the msvc and borland makefiles? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| Thread Tools | |
| Display Modes | |
|
|