Re: undefined reference to 'NewDouble'
- Posted by jimcbrown (admin) Apr 21, 2013
- 1835 views
ghaberek said...
Here is a dump of be_alloc.o.
$ cd C:\Euphoria\source\build\libobj\back $ nm -C be_alloc.o ... 000006ac T NewDouble ...
It's definitely in be_alloc.o then. It'd be nice to extract the be_alloc.o from eu.a just to verify that the two really are the same object file.
ghaberek said...
Here is a dump of eu.a.
$ cd C:\Euphoria\source\build $ ar t eu.a ... be_alloc.o ...
Isn't that the wrong eu.a though? I thought you were using the one in bin, not source/build.