search for: synbols

Displaying 3 results from an estimated 3 matches for "synbols".

Did you mean: symbols
2004 Sep 17
0
[LLVMdev] To APR Or Not To APR. That is the question.
...eavy weight). APR is the rising star in this > area. As someone who has had to work on and with software written against ACE (the TAO codebase in fact) may I strongly suggest that you give no further time to this idea. Really, if for no other reason than the time it takes gdb to load the debug synbols for ACE can be on the order of a couple minutes. To say it is heavy weight is an understatement. It insists on working on very non-standards compliant C++ compiles (i.e. ones with little support for templates or stl), thus reimplements many things in the standard library in a really C-type-unsafe...
2009 Jun 19
2
AIX starting and stopping samba from command line
All: I am running on an AIX 5.3 platform and I am looking to see if anybody has a script similar to this (see below) that will work under AIX. My goal is, on boot up I want to have samba started automatically. Can somebody let me what I have to do (on AIX) for this to happen. #!/bin/sh # # /etc/rc.d/init.d/smb - starts and stops SMB services. # # The following
2004 Sep 13
7
[LLVMdev] To APR Or Not To APR. That is the question.
John, If we were to do this, I don't think that adding it to the LLVM source base is the right way to go. We would simply use "configure" to find the library and header files. The moment we put APR into our source base, it would be out of date. Keeping it up to date would not be fun for anyone and there's no reason for us to do that. Furthermore, this approach completely avoids