Displaying 2 results from an estimated 2 matches for "_glibcxx_have_drand48".
2005 May 12
0
[LLVMdev] Cygwin binaries
...pend on a
template parameter, so a declaration of `lrand48' must be available
stl_algo.h:1616: error: (if you use `-fpermissive', G++ will accept your
code, but allowing the use of an undeclared name is deprecated)
--------------
Solution from Anton Korobeynikov:
Undefine HAVE_DRAND48 and _GLIBCXX_HAVE_DRAND48.
The first one in the libstdc++\config.h, (At me it the file:
mingw32\libstdc++-v3\config.h)
and the second one in libstdc++\include\<target-triplet>\bits\c++config.h
(At me it is the file: mingw32\libstdc++\include\mingw32\bits\c++config.h)
Please note, that second file has 2 defines and y...
2005 May 09
3
[LLVMdev] Cygwin binaries
>>Does anyone know a source for a pre-built version of the same?
>
>To my knowledge there is no pre-built version of the cfe.
See following link for CFE :-
http://illuvium.com/download/
It maybe a bit out of date.
I believe the CFE maybe broken at the moment, at least the Cygwin nightly
test reports that it is broken and I believe this is the same thing ?