help-gnucap
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnucap] Gnucap for windows


From: al davis
Subject: Re: [Help-gnucap] Gnucap for windows
Date: Tue, 7 Feb 2012 00:02:59 -0500
User-agent: KMail/1.13.7 (Linux/2.6.32-trunk-amd64; KDE/4.6.5; x86_64; ; )

The autoconf (configure) script doesn't get it right for 
windows, as you discovered.

Instead .. try the alternate build system "configure.old".  Then 
"make mingw".

Actually, that doesn't work automatically either.  Modelgen 
needs to run on the host system, and you need to manually make a 
link.

so ..
./configure.old
make
cd src
make mingw
ln -s gnucap-modelgen MSW
make mingw

This should give you a working windows executable.

You asked about "-rdynamic" ..  it doesn't work on windows, but 
you can't just remove it.  Look in src/Make2.mingw to see what 
to do.

On Linux, -rdynamic exports the symbols so they are available to 
plugins.  If you just leave it out, plugins won't work.  For 
windows, you also need to build a ".a" file which (as I recall) 
contains the symbol table for plugins.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]