www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - samples

reply Carlos Santander B. <Carlos_member pathlink.com> writes:
some samples don't compile. dhry, and both recls tests have C casts. but after
fixing that, the 
recls samples still don't link (at least on linux). what's
weird is that apparently ld is looking for 
windows functions, like
"Recls_Search 16" et al (that's windows naming convention, right?). 

-------------------- 
Carlos Santander B. 
Jun 05 2004
next sibling parent "Matthew" <matthew.hat stlsoft.dot.org> writes:
"Carlos Santander B." <Carlos_member pathlink.com> wrote in message
news:c9u2bh$io0$1 digitaldaemon.com...
 some samples don't compile. dhry, and both recls tests have C casts.
That's understandable. I plan to update recls, including samples, very soon, so that'll be fixed.
 but after
 fixing that, the
 recls samples still don't link (at least on linux).
This was a problem for a while on Windows, as Walter'd forgot to add it into the lib. Maybe the same thing's happened on Linux?
 what's
 weird is that apparently ld is looking for
 windows functions, like
 "Recls_Search 16" et al (that's windows naming convention, right?).
That is weird. NFI.
Jun 06 2004
prev sibling parent "Carlos Santander B." <carlos8294 msn.com> writes:
"Carlos Santander B." <Carlos_member pathlink.com> escribió en el mensaje
news:c9u2bh$io0$1 digitaldaemon.com
| some samples don't compile. dhry, and both recls tests have C casts. but
after
| fixing that, the
| recls samples still don't link (at least on linux). what's
| weird is that apparently ld is looking for
| windows functions, like
| "Recls_Search 16" et al (that's windows naming convention, right?).
|
| --------------------
| Carlos Santander B.

That was on Linux. On Windows, I get this for both tests:

stlp45dm_static.lib
 Warning 2: File Not Found stlp45dm_static.lib

However, they work.

-----------------------
Carlos Santander Bernal
Jun 06 2004