bugDotGNU Portable.NET - Bugs: bug #9175, MinGW: Incorrect file ext. for GNU...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #9175: MinGW: Incorrect file ext. for GNU AR in configuration script

Submitter:  Maciek Plewa <maciekpl>
Submitted:  Tue 01 Jun 2004 01:32:50 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open

Mon 07 Jun 2004 02:12:52 PM UTC, comment #1: 

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

Gopal.V <t3rmin4t0r>
Group administrator
Tue 01 Jun 2004 01:32:50 PM UTC, 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
-email is unavailable-

Maciek Plewa <maciekpl>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code