dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bugs #8778] pnetlib-0.6.4 configure script fails on S


From: Sebastien BOCQ
Subject: [Pnet-developers] [bugs #8778] pnetlib-0.6.4 configure script fails on Solaris 2.8
Date: Mon, 03 May 2004 11:13:50 -0400
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.5a) Gecko/20030729 Mozilla Firebird/0.6.1

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.




/**************************************************************************/
[bugs #8778] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8778>
Project: DotGNU Portable.NET
Submitted by: Sebastien BOCQ
On: Mon 05/03/04 at 15:13

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Status:  Open


Summary:  pnetlib-0.6.4 configure script fails on Solaris 2.8

Original Submission:  I get the following error message with the configure 
script of pnetlib-0.6.4 on Solaris 2.8:

./configure: test: argument expected

After some investigation, I found out that the script is using 'test -e' 
statement which is not supported on Solaris. In the doc of autoconf 

(see http://www.mcc.ac.uk/gnu/Manuals/autoconf/html_chapter/autoconf_10.html)

it is advised to replace all 'test -e' statements by 'test -f' for portability 
which is what I did and now the script is working successfuly.

(first time I report a bug, hope it's OK like that).











For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8778>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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