Re: [Quickfix-developers] Trouble compiling QuickFix on Solaris 10 SPARC
Brought to you by:
orenmnero
From: Rodrick B. <rod...@gm...> - 2009-02-03 22:40:41
|
Take a look at config.log to see where exactly the compilation or test failed to get a better idea of why its failing. On Tue, Feb 3, 2009 at 4:14 PM, Charles Gagnon <cha...@un...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > I'm having trouble compiling QuickFix 1844 on a Solaris 10 SPARC box. > I have no experience with QuickFix and I am just trying it out. > Anybody seen similar errors? > > I ran bootstrap and "./configure --with-ruby --prefix=/opt/local" > > [...] > mkdir -p ../../lib/ruby > ln -sf ../../src/ruby/quickfix_ruby.rb ../../lib/ruby/quickfix_ruby.rb > ln -sf ../../src/ruby/quickfix_fields.rb ../../lib/ruby/quickfix_fields.rb > ln -sf ../../src/ruby/quickfix40.rb ../../lib/ruby/quickfix40.rb > ln -sf ../../src/ruby/quickfix41.rb ../../lib/ruby/quickfix41.rb > ln -sf ../../src/ruby/quickfix42.rb ../../lib/ruby/quickfix42.rb > ln -sf ../../src/ruby/quickfix43.rb ../../lib/ruby/quickfix43.rb > ln -sf ../../src/ruby/quickfix44.rb ../../lib/ruby/quickfix44.rb > ln -sf ../../src/ruby/quickfix.so ../../lib/ruby/quickfix.so > ln -sf ../../src/ruby/quickfix.bundle ../../lib/ruby/quickfix.bundle > bash ./link.sh ../../lib/ruby quickfix.so quickfix.bundle > ../../lib/ruby/quickfix.so > ln: cannot create ../../lib/ruby/quickfix.bundle: File exists > *** Error code 2 > make: Fatal error: Command failed for target `all-local' > Current working directory /home/cgagnon/metc/src/quickfix-1844/src/ruby > *** Error code 1 > The following command caused the error: > set fnord $MAKEFLAGS; amf=$2; \ > dot_seen=no; \ > target=`echo all-recursive | sed s/-recursive//`; \ > list='C++ ruby'; for subdir in $list; do \ > echo "Making $target in $subdir"; \ > if test "$subdir" = "."; then \ > dot_seen=yes; \ > local_target="$target-am"; \ > else \ > local_target="$target"; \ > fi; \ > (cd $subdir && make $local_target) \ > || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ > done; \ > if test "$dot_seen" = "no"; then \ > make "$target-am" || exit 1; \ > fi; test -z "$fail" > make: Fatal error: Command failed for target `all-recursive' > Current working directory /home/cgagnon/metc/src/quickfix-1844/src > *** Error code 1 > The following command caused the error: > set fnord $MAKEFLAGS; amf=$2; \ > dot_seen=no; \ > target=`echo all-recursive | sed s/-recursive//`; \ > list='src bin spec test examples CPPTest doc'; for subdir in $list; do \ > echo "Making $target in $subdir"; \ > if test "$subdir" = "."; then \ > dot_seen=yes; \ > local_target="$target-am"; \ > else \ > local_target="$target"; \ > fi; \ > (cd $subdir && make $local_target) \ > || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ > done; \ > if test "$dot_seen" = "no"; then \ > make "$target-am" || exit 1; \ > fi; test -z "$fail" > make: Fatal error: Command failed for target `all-recursive' > Current working directory /home/cgagnon/metc/src/quickfix-1844 > *** Error code 1 > make: Fatal error: Command failed for target `all' > > > -- > Charles Gagnon > http://unixrealm.com > charlesg at unixrealm.com > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code to > build responsive, highly engaging applications that combine the power of local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > -- [ Rodrick R. Brown ] http://www.rodrickbrown.com http://www.linkedin.com/in/rodrickbrown |