Fabian Groffen wrote:
Hi Romulo,
How did you install pthreads on win64? Maybe you can override something during configure (if you use that) to get the right includedir and libdir. Well, was Niels who done the installation.
And then the solution was to modify the rules.msc, but it is a durty solution. I will explore a bit more the installation of pthreads and see if I can find the solution. Regards, Romulo
On 01-12-2006 17:20:16 +0100, Romulo Goncalves wrote:
Dear developers,
During the compilation of M4, M5, and SQL in windows 64 I have to correct all the time the rules.msc:
PTHREAD_INCS = "-I$(PTHREAD)\include" PTHREAD_LIBS = "$(PTHREAD)\lib\pthreadVC2.lib"
to
PTHREAD_INCS = "-I$(PTHREAD)" PTHREAD_LIBS = "$(PTHREAD)\pthreadVC2.lib"
TO not get compilation errors.
This happen because the compilations of pthread for win64 does not create the directories lib and include. The files are all saved into the main directory pthreads. Being the pthreads directory tree for 64 different of the directory tree for 32.
If you could help me to find a solution I will appreciate a lot.
Regards, Romulo
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers