Ryexander (Benjamin Powers)
- Login: Ryexander
- Email: Ryexander@gmail.com
- Registered on: 02/25/2013
- Last sign in: 03/03/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/02/2013
-
06:00 PM Ruby Bug #7960: Ruby fails to build static under mswin linker error: multiple definitions of _Init_ext
- infact I think I'm right, it's right here in the 2.0 change log
ext/extmk.rb (command_output): dmyext is needed as DLDOBJS if no static linked extensions.
this would seem to imply that if there were statically linked extensions it is ...
02/28/2013
-
11:50 AM Ruby Bug #7960: Ruby fails to build static under mswin linker error: multiple definitions of _Init_ext
- I've been trying to resolve this on my own. is dmyext.c even required when linking exts statically? it semes to be just a prototype for extentions which gets redefined in extinit
02/26/2013
-
05:51 AM Ruby Bug #7960 (Closed): Ruby fails to build static under mswin linker error: multiple definitions of _Init_ext
- after the depend errors were fixed I obtained r39490 and attempted to build it
after nearly completing it failed with
ruby200.dll : fatal error LNK1169: one or more multiply defined symbols found
searching through the output fo...