dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bugs #9175] MinGW: Incorrect file ext. for GNU AR in


From: Gopal.V
Subject: [Pnet-developers] [bugs #9175] MinGW: Incorrect file ext. for GNU AR in configuration script
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8

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

/**************************************************************************/
[bugs #9175] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Mon 06/07/2004 at 14:12 (Asia/Calcutta)

------------------ Additional Follow-up Comments ----------------------------
What does the config.log say ?

My configure has 

  for ac_exec_ext in '' $ac_executable_extensions; do
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_path_SYSTEM_AR="$as_dir/$ac_word$ac_exec_ext"
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi

which clearly uses $ac_exec_ext ?.

autoconf version 2.59






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

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9175>
Project: DotGNU Portable.NET
Submitted by: Maciek Plewa
On: Tue 06/01/2004 at 13:32

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


Summary:  MinGW: Incorrect file ext. for GNU AR in configuration script

Original Submission:  On MinGW, the pnet configuration script locates AR 
correctly, but erroneously uses the file path without trailing .exe extension. 
The path (e.g. /mingw/bin/ar) is then included in cscc/cpp/Makefile and 
installation fails when an attempt is made to create a link from that path (w/o 
.exe extension) - fortunately this behaviour is not evident on Cygwin.

Temporary workaround is to set the SYSTEM_AR variable to AR path (with 
extension, i.e. /mingw/bin/ar.exe) before running the configuration script.

---

Maciek Plewa
address@hidden


Follow-up Comments
------------------


-------------------------------------------------------
Date: Mon 06/07/2004 at 14:12       By: t3rmin4t0r
What does the config.log say ?

My configure has 

  for ac_exec_ext in '' $ac_executable_extensions; do
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_path_SYSTEM_AR="$as_dir/$ac_word$ac_exec_ext"
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi

which clearly uses $ac_exec_ext ?.

autoconf version 2.59












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

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





reply via email to

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