Re: Error compiling guile modules with guile extended program

2017-06-23 Thread Vijay Pratap Chaurasia
r How to transfer these scheme module and their .go files to remote servers preserving all information to avoid re-compilation? Any help will be much appreciated. Thanks Vijay On Tue, Mar 28, 2017 at 4:22 PM, Vijay Pratap Chaurasia wrote: > Hi, >I have a bunch of C/C++ libraries and f

Re: Performance issue with guile-2.2

2017-04-12 Thread Vijay Pratap Chaurasia
ley wrote: > 2017-04-11 12:28 GMT+02:00 Vijay Pratap Chaurasia : > > Hi, > > I have a tool which compares live data between two sources. I found > > that the program runs more than 3 times slower than the same with > > guile-2.0.11 . I have done profiling but there w

Performance issue with guile-2.2

2017-04-11 Thread Vijay Pratap Chaurasia
Hi, I have a tool which compares live data between two sources. I found that the program runs more than 3 times slower than the same with guile-2.0.11 . I have done profiling but there was nothing special to point out. All most all calls were taking more than double the time compare to guile-2

Error compiling guile modules with guile extended program

2017-03-28 Thread Vijay Pratap Chaurasia
Hi, I have a bunch of C/C++ libraries and functions which I link with guile to build an extension of guile. I have compiled guile-2.2 on RHEL5 system and compiled and link my program with guile successfully but when I execute my program, it fails to compile guile modules. Environment variables G