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: Mon, 22 Sep 2003 18:32:18 -0400
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/85 (KHTML, like Gecko) OmniWeb/v496

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

Changes by: Adam Fedor <fedor@gnu.org>
Date: Mon 09/22/2003 at 16:32 (US/Mountain)

------------------ Additional Follow-up Comments ----------------------------
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.



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


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

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: Mon 09/22/2003 at 16: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 17: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 03: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 17: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 00: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]