List:MySQL++« Previous MessageNext Message »
From:Patrick McMichael Date:November 20 2005 2:50am
Subject:RE: New Problem with DLL/MinGW
View as plain text  
Death,
	This error means it's not generating the import library for the
mysqlpp library (which is used in programs that use the DLL to let them know
what's in the DLL, I think).  You should be able to add the following flag
to your linker flags and it will build the import library for you as it
builds the dll.

--out-implib=mysqlpp.a

Please let us know if you get it working in MinGW with a DLL, we've all
tried and given up.

-Patrick

-----Original Message-----
From: Death Gauge [mailto:clay_hg@stripped] 
Sent: Friday, November 18, 2005 12:06 AM
To: plusplus@stripped
Subject: New Problem with DLL/MinGW

Well I seem to have compiled the DLL fine but then this pops up at the end 
of the compilation.

del /q "..\examples\debug\"*.exe
Could Not Find C:\mysql++\examples\debug\*.exe
make[1]: *** No rule to make target `mysqlpp.a', needed by `all'.  Stop.
make[1]: Leaving directory `C:/mysql++/lib'
make: *** [all] Error 2

Any ideas of what this means or how to fix it?

--Death Gauge
"How do you gauge your death?!"

_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to 
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement


-- 
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe:
http://lists.mysql.com/plusplus?unsub=1



Thread
New Problem with DLL/MinGWDeath Gauge18 Nov
  • RE: New Problem with DLL/MinGWPatrick McMichael20 Nov
    • RE: New Problem with DLL/MinGWDeath Gauge20 Nov
      • RE: New Problem with DLL/MinGWPatrick McMichael20 Nov
      • Re: New Problem with DLL/MinGWOvidiu Bivolaru20 Nov
        • Re: New Problem with DLL/MinGWDeath Gauge21 Nov
          • RE: New Problem with DLL/MinGWPatrick McMichael21 Nov
            • RE: New Problem with DLL/MinGWDeath Gauge21 Nov
              • RE: New Problem with DLL/MinGWPatrick McMichael21 Nov
                • Re: New Problem with DLL/MinGWOvidiu Bivolaru21 Nov