Hello!

I am trying to compile my own windowsversion of bacula-fd under cygwin as to be able to have --enable-ssl under windows..

To install, i run a script like this:

CFLAGS="-g -Wall" \ ./configure \ --sbindir=$HOME/bacula/bin \ --sysconfdir=$HOME/bacula/bin \ --enable-smartalloc \ --with-pid-dir=$HOME/bacula/bin/working \ --with-subsys-dir=$HOME/bacula/bin/working \ --with-openssl \ --with-readline-support \ --enable-tray-monitor \ --enable-client-only \ --with-working-dir=$HOME/bacula/bin/working \ --with-dump-email=$USER \ --with-smtp-host=mail.aron.nu \
   --with-baseport=9101
exit 0

Then 'make' and 'make install' of course.

Problem is, the installer only creates a bconsole.exe, no other *.exe.
No bacula-fd or bacula-sd...

Is this expected behaviour or may it have something to do with my windows root isn't c:\ ( actually f:\ in this case )?

--
Andreas Aronsson
Mobil: +46 704 566 595
www.aron.nu

"I'd rather have friends who care than friends who agree with me."
- Arlo Guthrie



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to