
27 Apr
2015
27 Apr
'15
10:40 a.m.
Hello!
Thirdly, I wonder why you needed to add this, is gnulib really needed? is that because of those strdup()s in the file? Why doesn't it fail with gcc then?
Fourthly (is that even a word?), I'd ACK this and push it, but just please let me know whether GNULIB_LIBS is really needed here, so I know if I need to amend this or not.
Yes, it is. Without GNULIB i get "undefined symbol" on... rtl_something... Sorry, don't remember, but this clearly belongs to gnulib. On Linux .so module can contain undefined symbols, which will be picked up from surrounding binaries; on Windows it cannot. Hence this little problem. Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia