This is the mail archive of the cygwin@sources.redhat.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: length of commands


--- Xiao Yong <yongxiao88@hotmail.com> wrote:
> Hi, I have a problem in transplant my solaris project to
> cygwin. The problem is that the length of commands are
> too long, especially for linking object files. The content
> after the 128th character is ignored. My guess is that
> Win95 environment has such limit, but I have no clue to solve it.
> Could someone give a hint? Thanks a lot.
> 

Use ar to create a library and use the library in the gcc line.

For a description of ar `info binutils' will give you the documentation.  If
you get an error about a missing dir file then see the FAQ.

Cheers,

=====
---
   Earnie Boyd: <mailto:earnie_boyd@yahoo.com>
            __Cygwin: POSIX on Windows__
Cygwin Newbies: <http://gw32.freeyellow.com/>
           __Minimalist GNU for Windows__
  Mingw32 List: <http://www.egroups.com/group/mingw32/>
    Mingw Home: <http://www.mingw.org/>

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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