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]

linking with PVM library?


gnu-win32:
   I want to do some job about Parallel computing by PVM under
   Window NT. I  already have the PVM communication library (
   libpvm3.lib) compiled by VC++ on Windows NT. I want to use
   GCC to compile a pvm program linked to libpvm3.lib. Can I do
   that and how to do ?
   When I made the attempt as follows, I got a huge amout of warnigs
   and a  few errors.
   gcc -o hello hello.c -I/pvm3/include /pvm3/lib/win32/libpvm3.lib
   /pvm3/lib/win32/libgpvm3.lib
   the result is :
   /gnuwin32/b18/H-i386-cygwin32/i386-cygwin32/bin/ld.exe: /pvm3
   /lib/win32/libpvm3.lib(WIN32/lpvmgen.obj):   warning:   ignoring
   ignoring duplicate section `.text'
   ......
   /gnuwin32/b18/H-i386-cygwin32/i386-cygwin32/bin/ld.exe: /pvm3
   /lib/win32/libpvm3.lib(WIN32): warning: ignoring duplicate section
   `.text'
   ......
   /pvm3/lib/win32/libpvm3.lib(WIN32/lpvmgen.obj)(.text+0x11e):
   C:\PVM3\src\lp: undefined reference to `_iob'
   gcc: Internal compiler error: program ld got fatal signal 1

   Thanks A Bunch!




-
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]