delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/09/11/20:00:57

From: akwong AT ee DOT ualberta DOT ca (Mandr)
Newsgroups: comp.os.msdos.djgpp
Subject: Re: RSXNTDJ problem
Date: 11 Sep 1998 23:45:44 GMT
Organization: University of Alberta Electrical Engineering Department
Lines: 31
Message-ID: <6tccn8$j0m$1@pulp.ucs.ualberta.ca>
References: <6t1s27$2ag$1 AT public DOT ndh DOT net>
NNTP-Posting-Host: nyquist.ee.ualberta.ca
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

Joern Philipp Meier (spacetime AT gmx DOT net) wrote:

> *link:
> %{Zwin32: -Le:/djgpp/rsxntdj/lib/all}

I ran into the same problem 2 days ago, and I figured that there are two
copies of libc_app.a, i.e. the c_app library file.  They are in two 
different directories: %RSXNTDJ%/lib/mt and %RSXNTDJ%/lib/st,
corresponding to multi-thread and single-thread.  I changed the *link
command to the following command and it worked:

*link:
%{Zwin32: -Le:/djgpp/rsxntdj/lib/all -Le:/djgpp/rsxntdj/lib/{%Zmt:mt}{%!Zmt:st}}
                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This ensure that the correct library is linked depending on the -Zmt option.


I do have another problem with DJGPP 2.8 + RSXNTDJ.  I can only compile
C files, but not C++ files.  I complains that no stab is found.  (I am
not at my PC right now, so can't give exact wording..)  Anyone solved
this problem?


Mandr
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
          ____           Albert Kwong - Computer Engineering - U of Alberta
Mountain-|     \         email - akwong AT ee DOT ualberta DOT ca
         |      )-Mandr  phone - (Edmonton) 403-437-4167 (HK) 852-23622744
   River-|____ /         www - http://www.ee.ualberta.ca/~akwong
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019