[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

building statically linked ruby.exe

sean_n

6/17/2006 8:56:00 AM

i'm trying to build a statically linked ruby.exe that is not dependent
on dlls on windows.

i configured with:
configure --prefix="/rubyinstall" --with-static-linked-ext

i uncommented out "option nodynamic" in ext/Setup.

after making, ruby.exe is still only 28K. I expected it to be
megabytes in size. what else do i have to do?

1 Answer

sean_n

6/20/2006 7:02:00 AM

0

ok here's the answer.

../configure --disable-shared