From: Albert G. <Dr....@t-...> - 2008-07-12 23:21:54
|
Albert Graef wrote: > Jiri Spitz wrote: >> Try 'using "lib:sort.so";', it works here for me. > > Same over here. I'll have to take a look at the dynamic library > interface to see whether it changed in LLVM 2.3, this definitely used to > work without the .so suffix. Which is preferable, because shared > libraries have different suffixes on different systems. Of course I can > work around that in my code. Ok, I fixed that now. LLVM 2.3 uses dlopen instead of lt_dlopenext, so I had to add some code to take care of the default suffix. Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |