Displaying 5 results from an estimated 5 matches for "interpretter".
Did you mean:
interpreter
2006 Jan 19
3
lighttpd config on os x
...cgi.c.1027) If this is PHP on Gentoo add
fastcgi to the USE flags
2006-01-19 06:52:05: (mod_fastcgi.c.1314) [ERROR]: spawning fcgi failed.
2006-01-19 06:52:05: (server.c.702) Configuration of plugins failed. Going down.
webrick still runs fine...public/dispatch.fcgi definitely exists, as
does the interpretter specified in the shebang (/usr/local/bin/ruby).
Any clue why this is complaining?
Pat
2005 May 13
1
When .. isnt the same? (not a problem
I don?t understand why ".." isn?t working the same way for "ls" and "cd" when inside
a symbolic link. The reason I ask is that I made a link to a directory with some
scripts that saves output in "../output.txt" and I could not find the output until I
found that ".." isn?t the directory you see when you do a $pwd. I solved the problem
by making a
2008 Aug 12
1
[LLVMdev] Using JIT to construct an invocation of a non-JIT function, or how do I interface to GCC exception handling
...that
calls a series of functions. In other words I'm wanting to translate a
scripting language into some executable assembler where each primitive
of my scripting language is implemented with a "normal" function. That
is, lets say I've got two primitives PUT and GET and my C++ interpretter
goes somehting like
int doPUT() {
// Do the work of PUT
}
int doGET() {
// Do the work of GET
}
int main() {
// read in the script file and construct a Module containing a Function
containing suitably ordered
// CallInst objects that invoke doPUT and doGET
}
Can I do that? I can't figure...
2005 Oct 24
7
More than 1 gcc version?
Hi
CentOS4.2 - Is it possible to have an older version of gcc as well as
the one that ships with this OS? I need to compile aspseek to run on
this distro but it seems to only like older gcc's
any ideas?
2006 Jul 21
6
Troubleshooting tips for getting Apache/RailsApp/Dreamhost
Hi,
Background: I''m currently stuck getting my basic rails application
working on dreamhost. I have gone throught the doco. Note that I can
via my unix account run "ruby script/server" and get the application
working via webbrick. The problem I am having is that trying to go to
the app via the normal apache approach my browser just sits and spins
with nothing coming