Re: [ROOT] win32gcc build

From: Kevin Reil (reil@SLAC.stanford.edu)
Date: Wed May 07 2003 - 21:56:44 MEST


Hi,

make install
cd bin (in location where build occurred)
cp *.dll $ROOTSYS/bin/
works.

Looking at the Makefile it appears that
$(INSTALL) $(ALLEXECS)           $(DESTDIR)$(BINDIR)
may be the line that should do this but ALLEXECS=""

Cheers,
Kevin


|------------------------------------|---------------------------------|
| Kevin Reil                         | 2575 Sand Hill Road, MS 26      |
| X2447, 103D A&E Bldg. 041          | Menlo Park, CA 94025            |
|------------------------------------|---------------------------------|
| http://www.slac.stanford.edu/~reil | Office (650) 926-2447           |
| reil@slac.stanford.edu             | Home   (650) 938-1767           |
| http://reil.no-ip.org              | Fax    (650) 926-5368           |
|----------------------------------------------------------------------|
|                    And my father dwelt in a tent.                    |
|----------------------------------------------------------------------|

On Wed, 7 May 2003, Kevin Reil wrote:

>>This simply remade the links
>>
>>reilnote:~/root_cvs/root/>rm $ROOTSYS/lib/*.dll
>>reilnote:~/root_cvs/root/>make
>>make: Nothing to be done for `all'.
>>reilnote:~/root_cvs/root/>make install
>>
>>as did
>>
>>reilnote:~/root_cvs/root/>make uninstall
>>reilnote:~/root_cvs/root/>make install
>>
>>I am now trying
>>
>>make uninstall
>>make clean
>>configure win32gcc
>>make
>>make install
>
>This failed too. ROOTSYS was set properly in env but not in .bash_profile
>when I did the make.
>
>With it correct in both env and .bash_profile
>make uninstall
>make install
>
>Still broken. Has someone changed the Makefile recently?
>Symptom remains
>bin contains only the .exe's
>lib contains all the dll.a files
>lib contains libXXXX.dll -> ../bin/libXXXX.dll (which does not exist).
>
>Cheers,
>Kevin
>



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:11 MET