On Fri, Feb 21, 2003 at 03:14:44PM +0200, Daniel Feiglin wrote:
>
> 3. gcc -Wall -g -otest test_httpd.c test_common.c -lpth
> You get a clean compile/link, but running test does nothing!
A name space collision with bash's internal command?
$ test
$ type test
test is a shell builtin
$
> But wait for it ...
> ddd test (or gdb) and the silly thing works perfectly!
>
> Scratch, scratch.
> 4. gcc -Wall -g -otest_httpd test_httpd.c test_common.h -lpth
> Again, a clean compile/link and this time running it as test_httpd gives
> the required results!
>
> Scratch, scratch again.
> 5. cp test_httpd test and then test. It fails! Uh?
> 6. ln -s test_httpd test0 and then test0. It fails. Screwy.
>
> Does anyone have any ideas? A Pth thing? A dynamic library hangup?
>
> Cheers,
>
> Daniel
>
> PS STFW didn't produce anything. Could have looked in the wrong places.
>
--
Shaul Karl, [EMAIL PROTECTED] e t
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]