This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gnumake and NT


Greetings:

	Sergey was right. I used the -j 1 option as argument to recursively
called makes as well. No more failed fork() calls.

	Now after having gotten down to the final executable,
which uses all libraries I compile(link) with the following command line:
g++ src/obj/magnus.o -Xlinker -Ur -L../SessionManager/lib -L../SMApps/lib -L../AProducts/lib -L../NilpotentGroup/lib -L../Map/lib -L../Subgroup/lib -L../Equations/lib -L../Group/lib -L../Matrix/lib -L../KB/lib -L../FSA/lib -L../Elt/lib -L../general/lib -Xlinker --start-group -lSessionManager -lSMApps -lAProducts -lNilpotentGroup -lMap -lSubgroup -lEquations -lGroup -lMatrix -lKB -lFSA -lElt -lgeneral -Xlinker --end-group -lm -o test/bin/magnus
	It complains about multiply defined symbols but continues linking until
exiting with this error. the -Ur linker option and the --start/end-group
directives are necessary for ctor/dtor but error is strange.
  What am I doing wrong??/What does following error mean??

/gnuwin32/b18/H-i386-cygwin32/lib/gcc-lib/i386-cygwin32/cygnus-2.7.2-970404/../../../../i386-cygwin32/bin/ld.exe: final link failed: Not owner

	Thanks,
	Roger Kuhlman
	(212)650-5371
	e-mail: rgr@rio.sci.ccny.cuny.edu
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]