OSDev.org
https://forum.osdev.org/

Where can i find the following DLL's?
https://forum.osdev.org/viewtopic.php?f=11&t=30966
Page 1 of 1

Author:  NunoLava1998 [ Sat Oct 29, 2016 10:24 am ]
Post subject:  Where can i find the following DLL's?

I need for my Bare Bones GCC 3 libraries's:
libmpfr-4.dll
libgmp-10.dll
libmpc-3.dll

However, i do not have these by default. How do i get them (non-MinGW)?

Author:  Octocontrabass [ Sat Oct 29, 2016 10:31 am ]
Post subject:  Re: Where can i find the following DLL's?

They should have been included with your copy of GCC. If they weren't, then you need to find a different copy of GCC or build your own.

Author:  NunoLava1998 [ Sat Oct 29, 2016 10:34 am ]
Post subject:  Re: Where can i find the following DLL's?

Octocontrabass wrote:
They should have been included with your copy of GCC. If they weren't, then you need to find a different copy of GCC or build your own.

They are not. And i cannot use something else (this is the only Windows port of the Bare Bones GCC)

Author:  iansjack [ Sat Oct 29, 2016 10:47 am ]
Post subject:  Re: Where can i find the following DLL's?

Build your own cross compiler, as per the instructions. There's little point in not following the instructions and then wondering why things don't work.

Author:  NunoLava1998 [ Sat Oct 29, 2016 12:25 pm ]
Post subject:  Re: Where can i find the following DLL's?

iansjack wrote:
Build your own cross compiler, as per the instructions. There's little point in not following the instructions and then wondering why things don't work.

I got a working Windows cross compiler made by Ghost (a user here on the OSDev forums). It works perfectly with the dll's. It is working (Ghost just didn't put the dll's, probably didn't know or something).

Author:  Love4Boobies [ Sat Oct 29, 2016 1:13 pm ]
Post subject:  Re: Where can i find the following DLL's?

How do you know it works perfectly if you can't run it? At any rate, Linux users build software from source all the time. You, as a supposed developer, should be able to build a couple of libraries, too.

Author:  NunoLava1998 [ Sat Oct 29, 2016 1:15 pm ]
Post subject:  Re: Where can i find the following DLL's?

Love4Boobies wrote:
How do you know it works perfectly if you can't run it? At any rate, Linux users build software from source all the time. You, as a supposed developer, should be able to build a couple of libraries, too.

I've had the dll's before (forgot that you needed the dll's) and deleted them. It works perfectly with the dll's.

Author:  glauxosdever [ Sat Oct 29, 2016 1:21 pm ]
Post subject:  Re: Where can i find the following DLL's?

Hi,


So you deleted the DLLs and then you asked us where to find them?

You should know better next time what you are doing.


Regards,
glauxosdever

Author:  NunoLava1998 [ Sat Oct 29, 2016 1:45 pm ]
Post subject:  Re: Where can i find the following DLL's?

glauxosdever wrote:
Hi,


So you deleted the DLLs and then you asked us where to find them?

You should know better next time what you are doing.


Regards,
glauxosdever

I've got the dll's, and it gives me a error that usually happens with DLL's being from a source that doesn't provide the one i wanted.

Author:  max [ Sat Oct 29, 2016 3:53 pm ]
Post subject:  Re: Where can i find the following DLL's?

NunoLava1998 wrote:
I got a working Windows cross compiler made by Ghost (a user here on the OSDev forums). It works perfectly with the dll's. It is working (Ghost just didn't put the dll's, probably didn't know or something).
:mrgreen: Ghost is not a user here, it's the name of my operating system and I built that cross compiler. :-P

The DLLs you where missing come from the respective libraries (MPFR, MPC and GMP) which must either A) be installed using the Cygwin installer or B) by compiling them yourself.

For a quick start you can use my compiler, but I advise you to build your own soon. You will have to do so anyway once you get more advanced.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/