bug-gnustep
[Top][All Lists]
Advanced

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

[Fwd: Re: gstep-base on Cygwin]


From: Adam Fedor
Subject: [Fwd: Re: gstep-base on Cygwin]
Date: Fri, 01 Dec 2000 08:50:51 -0700

-------- Original Message --------
Subject: Re: gstep-base on Cygwin
Date: Fri, 01 Dec 2000 08:49:29 -0700
From: Adam Fedor <fedor@doc.com>
Organization: Digital Optics
To: tom@hukatronic.cz
References: <200012011108.MAA00264@hukatronic.cz>

Did you try to run make again? It might work the second time. Otherwise
look at the file

base/Source/Makfile.postamble, and just remove or comment out the lines:

libgnustep-base.def: $(GNUSTEP_OBJ_DIR)/*o
        rm -f libgnustep-base.def
        rm -f _tmp.def
        cat win32-def.top > libgnustep-base.def
        nm $^ | grep '^........ [T] _' | sed 's/[^_]*_//' > _tmp.def
        cat _tmp.def | grep "_class_name_" >> libgnustep-base.def
        rm -rf _tmp.def

libgnustep-base.def should already exist, so there is no reason to
remake it.

-- 
Adam Fedor, Digital Optics            | Fudd's law of opposition: Push
fedor@doc.com  http://www.doc.com     | something hard enough, and it 
fedor@gnu.org  http://www.gnustep.org | will fall over.



reply via email to

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