Displaying 4 results from an estimated 4 matches for "devapps".
Did you mean:
dev_ops
2006 Dec 10
2
[LLVMdev] How to compile apps to bc files with the new llvm-gcc4?
...libs/bnr.o .libs/hash.o .libs/list.o .libs/ldap_client.o
.libs/tokenizer.o .libs/hash_drv.o -lm -ldl -Wl,-soname
-Wl,libdspam.so.7 -o .libs/libdspam.so.7.0.0 -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../dst-directory/configure --disable-shared
--prefix=/usr/local/devapps/llvm --enable-languages=c,c++
--enable-llvm=/work/projects/llvm-obj --program-prefix=llvm-
--enable-checking --disable-multilib
Thread model: posix
gcc version 4.0.1 LLVM (Apple Computer, Inc. build 5421)
/usr/local/devapps/llvm/libexec/gcc/x86_64-unknown-linux-gnu/4.0.1/collect2
--eh-frame-hdr -m...
2006 Dec 10
0
[LLVMdev] How to compile apps to bc files with the new llvm-gcc4?
....o .libs/ldap_client.o
> .libs/tokenizer.o .libs/hash_drv.o -lm -ldl -Wl,-soname
> -Wl,libdspam.so.7 -o .libs/libdspam.so.7.0.0 -v
>
> Using built-in specs.
> Target: x86_64-unknown-linux-gnu
> Configured with: ../dst-directory/configure --disable-shared
> --prefix=/usr/local/devapps/llvm --enable-languages=c,c++
> --enable-llvm=/work/projects/llvm-obj --program-prefix=llvm-
> --enable-checking --disable-multilib
> Thread model: posix
> gcc version 4.0.1 LLVM (Apple Computer, Inc. build 5421)
>
> /usr/local/devapps/llvm/libexec/gcc/x86_64-unknown-linux-gnu/4.0...
2006 Dec 10
2
[LLVMdev] How to compile apps to bc files with the new llvm-gcc4?
...s/hash_drv.o -lm -ldl -Wl,-soname
> -Wl,libdspam.so.7 -o .libs/libdspam.so.7.0.0 -v
>
> Using built-in specs.
> Target: x86_64-unknown-linux-gnu
> Configured with: ../dst-directory/configure --disable-shared
> --prefix=/usr/local/devapps/llvm --enable-languages=c,c++
> --enable-llvm=/work/projects/llvm-obj --program-prefix=llvm-
> --enable-checking --disable-multilib
> Thread model: posix
> gcc version 4.0.1 LLVM (Apple Computer, Inc. build 5421)
> /usr/local/devapps/llvm/libe...
2006 Jun 16
3
Routing Error - Recognition failed for..
...rails.org/rails/pages/RailsOnWindows) and completed
all the steps without any problems. But when I try to access my page, I
get:
Routing Error
Recognition failed for "/rails"
rails is what I have in my httpd.conf:
<VirtualHost *:80>
ServerName rails
DocumentRoot "D:/devapps/Apache Group/Apache2/htdocs/hello/public"
<Directory "D:/devapps/Apache Group/Apache2/htdocs/hello/public">
Options ExecCGI FollowSymLinks
AllowOverride all
Allow from all
Order allow,deny
AddHandler cgi-script .cgi
AddHandler fastcgi-script .fcgi
&l...