Forum OpenACS Q&A: OpenACS and Win2k

Collapse
Posted by Oliver Schweitzer on
Hello,

I want to run the following combination of software: on Win2k:

AOLServer 3.2 (installed binary under Win32)
PostgreSQL 7.0.3 (successfully compiled and running under Cygwin32)

and then OpenACS. Problem is, I can't compile the pgsql-driver for
AOLServer under the cygwin subsystem. What to do?

Thanks,

Oliver Schweitzer

Collapse
Posted by Don Baccus on
What kind of errors are you getting?
Collapse
3: The error (response to 1)
Posted by Oliver Schweitzer on
administrator@IDBERMOWIN206 /usr/src/pgdriver-1.1
$ make

gcc -shared -I/usr/local/pgsql/include -I/cygdrive/c/tools/AOLserver/include -I-
/usr/include -o postgres.so postgres.o /usr/local/pgsql/lib/libpq.so
gcc: /usr/local/pgsql/lib/libpq.so: No such file or directory

make: *** [postgres.so] Error 1

...well, there ain't no *.so files... there only are those *.a and *.dll files

Collapse
Posted by Roberto Mello on
I never used cygwin but have you tried changing the makefile to look for .dll files instead of .so ?