bug-gnustep
[Top][All Lists]
Advanced

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

[bug #3745] installing make under mingw/msys


From: nobody
Subject: [bug #3745] installing make under mingw/msys
Date: Fri, 31 Oct 2003 12:14:54 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830

=================== BUG #3745: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3745&group_id=99

Changes by: Nicola Pero <n.pero@mi.flashnet.it>
Date: Fri 10/31/2003 at 17:14 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Analyzed                  | Closed


------------------ Additional Follow-up Comments ----------------------------
Thanks.  I applied the config.make.in patch.



=================== BUG #3745: FULL BUG SNAPSHOT ===================


Submitted by: ratmice                 Project: GNUstep                      
Submitted on: Sat 05/24/2003 at 06:19
Category:  Makefiles                  Severity:  1 - Ordinary               
Bug Group:  Installation              Resolution:  Fixed                    
Assigned to:  nico                    Status:  Closed                       

Summary:  installing make under mingw/msys

Original Submission:  I never noticed this under other platforms, but i noticed 
while installing make under mingw/msys



Creating makefile directories in: /usr/GNUstep/System/Library/Makefiles

ln: creating symbolic link `/usr/GNUstep/System/Makefiles' to 
`Library/Makefiles': No such file or directory

make: [install] Error 1 (ignored)



though i'm a little curious wether it should work as is



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

-------------------------------------------------------
Date: Fri 10/31/2003 at 17:14       By: nico
Thanks.  I applied the config.make.in patch.

-------------------------------------------------------
Date: Mon 09/22/2003 at 22:32       By: fedor
I just ran into this as well. It still doesn't work with the current source, 
since mingw32 defines LN_S to ln -s (even though it's not really).  You need 
the config.make.in patch shown here for it to work.

-------------------------------------------------------
Date: Tue 06/03/2003 at 23:39       By: ratmice
sort of, it creates the symlinks now because LN_S == ln -s in config.make, 
though the implementation of ln -s seems to be pure evil, the symlinks aren't 
symlinks, but copies. this, causes make crash on a second install like:



$ make install

Moving paths from old heirarchy: 

  c:/GNUstep/System/Makefiles: Cannot move. Already exists in new location

Creating system domain: c:/GNUstep/System

Creating local and network dirs: c:/GNUstep/Local, c:/GNUstep/Network

Creating makefile directories in: c:/GNUstep/System/Library/Makefiles

rm: `c:/GNUstep/System/Makefiles' is a directory

make: [install] Error 1 (ignored)

ln: `Makefiles': cannot overwrite directory

make: *** [install] Error 1



here's a patch that sets HAS_LN_S to no in config.make.in if the target_os is 
mingw32



-------------------------------------------------------
Date: Mon 06/02/2003 at 09:30       By: nico
Hi Matt, thanks.



Could you check the latest CVS (with my latest changes) and let me know if that 
works better.


CC list is empty


File Attachments
****************

-------------------------------------------------------
Date: Tue 06/03/2003 at 23:39  Name: config.make.in.diff  Size: 0KB   By: 
ratmice

http://savannah.gnu.org/bugs/download.php?group_id=99&amp;bug_id=3745&amp;bug_file_id=479

-------------------------------------------------------
Date: Sat 05/24/2003 at 06:19  Name: GNUmakefile.in.diff  Size: 0KB   By: 
ratmice
patch
http://savannah.gnu.org/bugs/download.php?group_id=99&amp;bug_id=3745&amp;bug_file_id=466


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3745&group_id=99

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





reply via email to

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