Displaying 4 results from an estimated 4 matches for "5ft".
Did you mean:
5f
2008 Oct 07
0
[LLVMdev] can't build LLVM under Cygwin | released MinGW llvm-2.3 image
...ger(int)
>
> ...
>
> The GettingStarted page mentions that gcc 3.4.4 is used for the
> X86/Cygwin/MinGW build. Is this still true? or there is/are special
> flags/options I am missing?
>
Try this:
http://article.gmane.org/gmane.comp.compilers.llvm.devel/14823/match=uint32%5ft+cygwin+llvm
I might be wrong, but I think the latest version of Cygwin got this
fixed upstream.
The archives on GMANE are a very good source of information for
cygwin/mingw build.
Hope this helps,
Julien
--
Julien Lerouge
PGP Key Id: 0xB1964A62
PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62...
2004 Sep 23
8
GSM phones, bluetooth and general happiness
...forth, call-progress
reporting. I know there's at least one bluetooth stack for linux, so
*technically* we're "there", no?
I foresee a chan_blue which allow Asterisk to utilize a bluetooth/GSM
cellular phone as a CO line, connecting by nothing more than a $5
bluetooth dongle and 5ft of air.
Who's up for the challenge? If there's enough interest in the
community, I'll be the first to add a bounty on this -- it would be
worth at least $100 to me to have this functionality.
2008 Oct 07
2
[LLVMdev] can't build LLVM under Cygwin | released MinGW llvm-2.3 image
I used to be able to build LLVM (from source) under Cygwin for llvm-2.2
and previous releases, but can't continue the trend since the release of
LLVM 2.3.
I have tried a wide variety of gcc compilers (gcc 3.4.4, 4.1.2, 4.2.4
and 4.3.2) on cygwin, they all fail at the same location:
C:\cygwin\home\czhao\ResearchTools\LLVM\2.3\obj2.3>make
make[1]: Entering directory
2008 Oct 11
1
[LLVMdev] can't build LLVM under Cygwin | released MinGW llvm-2.3 image
...ngStarted page mentions that gcc 3.4.4 is used for the
>> X86/Cygwin/MinGW build. Is this still true? or there is/are special
>> flags/options I am missing?
>>
>>
>
> Try this:
>
> http://article.gmane.org/gmane.comp.compilers.llvm.devel/14823/match=uint32%5ft+cygwin+llvm
>
> I might be wrong, but I think the latest version of Cygwin got this
> fixed upstream.
>
> The archives on GMANE are a very good source of information for
> cygwin/mingw build.
>
> Hope this helps,
> Julien
>
>
Julien,
Thank you very much
This fix...