![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I also seem to recall, in past discussions about "library matters," that AIX is more sticky about requiring that libraries be named expressly. ecpglib has SHLIB_LINK =3D -L../pgtypeslib -lpgtypes $(libpq) \ $(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt -lm, $(LIBS))=20 $(PTHREAD_LIBS) ifeq ($(PORTNAME), win32) # Link to shfolder.dll instead of shell32.dll SHLIB_LINK +=3D -lshfolder endif Presumably the same would be necessary everywhere else libpq is used. =20 I replaced: SHLIB_LINK =3D $(libpq) =20 with SHLIB_LINK =3D $(libpq) $(LIBS) =20 which allowed the compile to get through this. |
![]() |
| Thread Tools | |
| Display Modes | |
| |