Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #15670

Re: On Windows 7, How do you reference a "static library" (a dot lib) in NetBeans

From Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at>
Newsgroups comp.lang.java.programmer
Subject Re: On Windows 7, How do you reference a "static library" (a dot lib) in NetBeans
Date 2012-06-27 18:21 +0000
Organization A noiseless patient Spider
Message-ID <slrnjumjpc.u9l.avl@gamma.logic.tuwien.ac.at> (permalink)
References <e90908a3-8178-4ee8-8cdb-4eed92391101@googlegroups.com>

Show all headers | View raw


clusardi2k@aol.com <clusardi2k@aol.com> wrote:
> I'm using Windows 7, NetBeans 7.1.2 and the C:\MinGW\bin\g++.exe compiler/linker.
> I have tried various ways to get my project to use the dot lib without success.
> When I build the project, I get a lot of undefined references.

Have you tried passing the full pathname of the "dot lib" as 
argument to the g++ call without any extra options? (Just an 
idle guess on my side.)

If it works, then be happy, otherwise be aware that g++
and "dot lib"s aren't really on topic here in a Java newsgroup.

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

On Windows 7, How do you reference a "static library" (a dot lib) in NetBeans clusardi2k@aol.com - 2012-06-27 10:59 -0700
  Re: On Windows 7, How do you reference a "static library" (a dot lib) in NetBeans Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2012-06-27 18:21 +0000
  Re: On Windows 7, How do you reference a "static library" (a dot lib) in NetBeans Arne Vajhøj <arne@vajhoej.dk> - 2012-06-27 22:11 -0400
  Re: On Windows 7, How do you reference a "static library" (a dot lib) in NetBeans bilsch <bilsch01@gmail.com> - 2012-07-07 03:16 -0700
  Re: On Windows 7, How do you reference a "static library" (a dot lib) in NetBeans Roedy Green <see_website@mindprod.com.invalid> - 2012-07-07 21:18 -0700
    Re: On Windows 7, How do you reference a "static library" (a dot lib) in NetBeans Arne Vajhøj <arne@vajhoej.dk> - 2012-08-19 21:27 -0400

csiph-web