bug-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug :)


From: Stepan Koltsov
Subject: Bug :)
Date: Mon, 26 Feb 2001 04:07:12 +0300
User-agent: Mutt/1.2.4i

Hi.

IMHO there is a bug in cgicc-3.1.4. I do:

address@hidden:~/programming/tmp]# g++ 1.C && ./a.out 
123
456
address@hidden:~/programming/tmp]# g++ -lcgicc 1.C && ./a.out 
123
Aborted
address@hidden:~/programming/tmp]# 

output of configure and source of 1.C see in attachment.

output of config.guess: i686-pc-linux

I think that this is not a feature but bug, because on other computer
(with FreeBSD 4):

address@hidden:~]$ export LD_LIBRARY_PATH=$HOME/lib
address@hidden:~]$ g++ -Llib -lcgicc 1.C && ./a.out 
123
456
address@hidden:~]$ 

(1.C is the same file)

That's all what I wanted to say :) Sorry for my bad English :)

-- 
mailto: address@hidden
ICQ:    26521795

Attachment: cgicc-configure-output-cray
Description: Text document

Attachment: 1.C
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]