Re: [DOCS] Novice Guide to PostgreSQL compilation on Windows
hm... sorry! WinXP, SP1. all the latest version of the GNU software, the snapshot from May 14th. Thanks a lot Fabienne ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
Re: [DOCS] Novice Guide to PostgreSQL compilation on Windows
V i s h a l Kashyap @ [Sai Hertz And Control Systems] wrote: Hi, I was successfully today with installation of MinGW MinSys and then compilation of PostgreSQL on an WindowsXP SP1. Hi I tried what you suggested. I had to install flex and bison, but I still get the following error when I try to 'make': gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -DPGDATADIR=\"/usr/local/pgsql/share\" -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/include -I./src/include/port/win32 -DEXEC_BACKEND "-I../../../src/include/port/win32" -c -o initdb.o initdb.c gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations initdb.o exec.o -L../../../src/interfaces/libpq -lpq -L../../../src/port -lreadline -lwsock32 -lm -lpgport -lws2_32 -o initdb.exe ../../../src/port/libpgport.a(pipe.o)(.text+0x27):pipe.c: undefined reference to `pgwin32_socket' ../../../src/port/libpgport.a(pipe.o)(.text+0xbc):pipe.c: undefined reference to `pgwin32_socket' ../../../src/port/libpgport.a(pipe.o)(.text+0xd3):pipe.c: undefined reference to `pgwin32_connect' ../../../src/port/libpgport.a(pipe.o)(.text+0xe5):pipe.c: undefined reference to `pgwin32_accept' ../../../src/port/libpgport.a(pipe.o)(.text+0x154):pipe.c: undefined reference to `pgwin32_recv' make[3]: *** [initdb] Error 1 make[3]: Leaving directory `/home/fab/postgresql-snapshot/src/bin/initdb' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/fab/postgresql-snapshot/src/bin' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/fab/postgresql-snapshot/src' make: *** [all] Error 2 Do you know what I can do about it? Thanks for help Fabienne ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[DOCS] PostgreSQL delete the blank in the end of the String automatically. how can I avoid it?
hello, my Name is Rong. I am student at TU-Munich. I have some questions for Postgresql7.2 under SuSe Linux. Postgresql7.2 under SuSe Linux8.0. I use PostgreSQL7.2 with PGAdminII1.4.2 under Windows2000. I insert a String from Teleform6.0 of Cardiff through ODBC in table of PostgreSQL. There should be some blank in the End of the String. e.g: "data " But there ist no blank in the end of the String in the table. e.g: "data" It means, that PostgreSQL delete the blank in the end of the String automatically. But I need the blank in the end of the String. how can I avoid it? How can convert TIFF Raw G3 to TIFF G4(image file format) in shell script of linux. I hope I can get your Help! Thank you very much! best regards! rong ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
