Re: gmake format

2011-01-26 Thread Giorgos Keramidas
On Wed, 26 Jan 2011 11:37:58 +1000, Da Rock 
 wrote:
> You'll have to excuse my ignorance (and my curious mind...), but I
> can't seem to find a straight answer to this. I know linux uses gmake,
> and gmake is installed via ports on FreeBSD, but does that mean gmake
> will only create linux binaries using the abi compatibility?

gmake itself does not produce anything in the form of binary files.  It
merely 'drives' other tools to create them.  So if a makefile calls
'gcc' to compile something and there is a native 'gcc' version in your
local system, a properly written makefile should still work.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: gmake format

2011-01-25 Thread APseudoUtopia
On Tue, Jan 25, 2011 at 8:37 PM, Da Rock
 wrote:
> You'll have to excuse my ignorance (and my curious mind...), but I can't
> seem to find a straight answer to this. I know linux uses gmake, and gmake
> is installed via ports on FreeBSD, but does that mean gmake will only create
> linux binaries using the abi compatibility?
>
> Is it possible to translate the Makefile to use make instead and build as a
> native binary instead?

No, gmake can make binaries that work on freebsd. For example, the
Atheme IRC services require gmake, not make on freebsd (at least, last
I checked). It's just a difference in the format of the Makefile.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: gmake format

2011-01-25 Thread Da Rock

On 01/26/11 12:05, RW wrote:

On Wed, 26 Jan 2011 11:37:58 +1000
Da Rock  wrote:

   

You'll have to excuse my ignorance (and my curious mind...), but I
can't seem to find a straight answer to this. I know linux uses
gmake, and gmake is installed via ports on FreeBSD, but does that
mean gmake will only create linux binaries using the abi
compatibility?

 

No.

Broadly speaking ports that build from source install native binaries,
and binaries that use the linux ABI are installed by the port from
linux binary packages.

   
Ok, thanks guys. The clears up that question for me, but I'm still about 
as clear as mud on what I'm trying to achieve :) I am determined to 
succeed though... it won't beat me!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: gmake format

2011-01-25 Thread RW
On Wed, 26 Jan 2011 11:37:58 +1000
Da Rock  wrote:

> You'll have to excuse my ignorance (and my curious mind...), but I
> can't seem to find a straight answer to this. I know linux uses
> gmake, and gmake is installed via ports on FreeBSD, but does that
> mean gmake will only create linux binaries using the abi
> compatibility?
>

No.

Broadly speaking ports that build from source install native binaries,
and binaries that use the linux ABI are installed by the port from
linux binary packages.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


gmake format

2011-01-25 Thread Da Rock
You'll have to excuse my ignorance (and my curious mind...), but I can't 
seem to find a straight answer to this. I know linux uses gmake, and 
gmake is installed via ports on FreeBSD, but does that mean gmake will 
only create linux binaries using the abi compatibility?


Is it possible to translate the Makefile to use make instead and build 
as a native binary instead?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"