> -----Original Message----- > From: Tony Caduto [mailto:tony_caduto@xxxxxxxxxxxxxxxxxxxx] > Sent: Monday, November 17, 2008 12:44 PM > To: Dann Corbit > Cc: pgsql-general@xxxxxxxxxxxxxx > Subject: Re: Trying Compile libpq.dll with VC++ 9.0, but need > help > > Dann Corbit wrote: > > > > > > How much disk space do you have? > > > > I guess that you are running out of space. > > > > During the link, watch the available disk space. > > > > > > Hi Dan, > Thanks for the reply :-) > > I actually got it working. Now the only problem is it still has a > dependency for > MSVCR90.DLL > > Does anyone know if this can be done with mingw so I can eliminate the > MSVCR90.DLL dependency? > I have it installed but that is even more foreign to me than VS :-) > (mostly use borland CodeGear tools) Change from /MD to /MT and it will not use the runtime DLL. Look under: Properties -> Configuration Properties -> C/C++ -> Code Generation -> Runtime Library -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general